Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
9352f1c6
Commit
9352f1c6
authored
Apr 10, 2010
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#8346: update version.
parent
90aae551
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/tutorial/interpreter.rst
Doc/tutorial/interpreter.rst
+3
-3
No files found.
Doc/tutorial/interpreter.rst
View file @
9352f1c6
...
...
@@ -22,11 +22,11 @@ guru or system administrator. (E.g., :file:`/usr/local/python` is a popular
alternative location.)
On Windows machines, the Python installation is usually placed in
:file:`C:\\Python2
6
`, though you can change this when you're running the
:file:`C:\\Python2
7
`, though you can change this when you're running the
installer. To add this directory to your path, you can type the following
command into the command prompt in a DOS box::
set path=%path%;C:\python2
6
set path=%path%;C:\python2
7
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
...
...
@@ -102,7 +102,7 @@ prints a welcome message stating its version number and a copyright notice
before printing the first prompt::
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.
>>>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment