[Python-checkins] cpython (merge 3.2 -> default): Issue #16015: Merge and update from 3.2.

chris.jerdonek python-checkins at python.org
Tue Sep 25 13:35:23 CEST 2012


http://hg.python.org/cpython/rev/fcb5bc824e3e
changeset:   79161:fcb5bc824e3e
parent:      79157:25f0756deeae
parent:      79160:d2df5bc89fc9
user:        Chris Jerdonek <chris.jerdonek at gmail.com>
date:        Tue Sep 25 04:33:24 2012 -0700
summary:
  Issue #16015: Merge and update from 3.2.

files:
  Doc/tutorial/interpreter.rst |  8 +++++---
  1 files changed, 5 insertions(+), 3 deletions(-)


diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst
--- a/Doc/tutorial/interpreter.rst
+++ b/Doc/tutorial/interpreter.rst
@@ -12,7 +12,9 @@
 
 The Python interpreter is usually installed as :file:`/usr/local/bin/python3.3`
 on those machines where it is available; putting :file:`/usr/local/bin` in your
-Unix shell's search path makes it possible to start it by typing the command ::
+Unix shell's search path makes it possible to start it by typing the command:
+
+.. code-block:: text
 
    python3.3
 
@@ -94,8 +96,8 @@
 before printing the first prompt::
 
    $ python3.3
-   Python 3.3 (py3k, Sep 12 2007, 12:21:02)
-   [GCC 3.4.6 20060404 (Red Hat 3.4.6-8)] on linux2
+   Python 3.3 (default, Sep 24 2012, 09:25:04)
+   [GCC 4.6.3] on linux2
    Type "help", "copyright", "credits" or "license" for more information.
    >>>
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list