]> granicus.if.org Git - python/commitdiff
Issue #16015: Merge and update from 3.2.
authorChris Jerdonek <chris.jerdonek@gmail.com>
Tue, 25 Sep 2012 11:33:24 +0000 (04:33 -0700)
committerChris Jerdonek <chris.jerdonek@gmail.com>
Tue, 25 Sep 2012 11:33:24 +0000 (04:33 -0700)
1  2 
Doc/tutorial/interpreter.rst

index 8f08cd8fda8080676bdbd64491756569bc162698,d61dafcaf1efaa4565e8500e0d7f642897f4074c..cdc2bf2f1a4fa9d2b7f14667124f5fe8c9817b13
@@@ -10,11 -10,13 +10,13 @@@ Using the Python Interprete
  Invoking the Interpreter
  ========================
  
 -The Python interpreter is usually installed as :file:`/usr/local/bin/python3.2`
 +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.2
 +   python3.3
  
  to the shell. [#]_ Since the choice of the directory where the interpreter lives
  is an installation option, other places are possible; check with your local
@@@ -93,9 -95,9 +95,9 @@@ with the *secondary prompt*, by defaul
  prints a welcome message stating its version number and a copyright notice
  before printing the first prompt::
  
 -   $ python3.2
 -   Python 3.2.3 (default, May  3 2012, 15:54:42)
 +   $ 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.
     >>>