[Python-checkins] r59044 - python/trunk/Doc/tutorial/interpreter.rst
neal.norwitz
python-checkins at python.org
Mon Nov 19 02:46:20 CET 2007
Author: neal.norwitz
Date: Mon Nov 19 02:46:20 2007
New Revision: 59044
Modified:
python/trunk/Doc/tutorial/interpreter.rst
Log:
Use a slightly more recent version than 1.5.2b2.
Modified: python/trunk/Doc/tutorial/interpreter.rst
==============================================================================
--- python/trunk/Doc/tutorial/interpreter.rst (original)
+++ python/trunk/Doc/tutorial/interpreter.rst Mon Nov 19 02:46:20 2007
@@ -102,8 +102,8 @@
before printing the first prompt::
python
- Python 1.5.2b2 (#1, Feb 28 1999, 00:02:06) [GCC 2.8.1] on sunos5
- Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
+ Python 2.5 (#1, Feb 28 2007, 00:02:06)
+ Type "help", "copyright", "credits" or "license" for more information.
>>>
Continuation lines are needed when entering a multi-line construct. As an
More information about the Python-checkins
mailing list