Commit 9352f1c6 authored by Georg Brandl's avatar Georg Brandl

#8346: update version.

parent 90aae551
...@@ -22,11 +22,11 @@ guru or system administrator. (E.g., :file:`/usr/local/python` is a popular ...@@ -22,11 +22,11 @@ guru or system administrator. (E.g., :file:`/usr/local/python` is a popular
alternative location.) alternative location.)
On Windows machines, the Python installation is usually placed in On Windows machines, the Python installation is usually placed in
:file:`C:\\Python26`, though you can change this when you're running the :file:`C:\\Python27`, though you can change this when you're running the
installer. To add this directory to your path, you can type the following installer. To add this directory to your path, you can type the following
command into the command prompt in a DOS box:: command into the command prompt in a DOS box::
set path=%path%;C:\python26 set path=%path%;C:\python27
Typing an end-of-file character (:kbd:`Control-D` on Unix, :kbd:`Control-Z` on Typing an end-of-file character (:kbd:`Control-D` on Unix, :kbd:`Control-Z` on
Windows) at the primary prompt causes the interpreter to exit with a zero exit Windows) at the primary prompt causes the interpreter to exit with a zero exit
...@@ -102,7 +102,7 @@ prints a welcome message stating its version number and a copyright notice ...@@ -102,7 +102,7 @@ prints a welcome message stating its version number and a copyright notice
before printing the first prompt:: before printing the first prompt::
python python
Python 2.6 (#1, Feb 28 2007, 00:02:06) Python 2.7 (#1, Feb 28 2010, 00:02:06)
Type "help", "copyright", "credits" or "license" for more information. Type "help", "copyright", "credits" or "license" for more information.
>>> >>>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment