This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Reference to Python24 path in Python 2.5 doc
Type: Stage:
Components: Documentation Versions: Python 2.5
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, ksjohnson
Priority: normal Keywords:

Created on 2007-11-01 15:26 by ksjohnson, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg57009 - (view) Author: Kai (ksjohnson) Date: 2007-11-01 15:26
In the second paragraph under 2.1 Invoking the Interpreter, it says on
Windows Python defaults to C:\Python24 . This should be C:\Python25 for
the 2.5 guide. The set path= command also needs to be changed to
C:\Python25.
http://docs.python.org/tut/node4.html
msg57011 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-11-01 17:07
Thanks, this is already fixed in SVN and will be live after a rebuild of
the 2.5 docs (which will happen with the pending release of 2.5.2...)
History
Date User Action Args
2022-04-11 14:56:27adminsetgithub: 45710
2007-11-01 17:07:54georg.brandlsetstatus: open -> closed
resolution: out of date
messages: + msg57011
nosy: + georg.brandl
2007-11-01 15:26:35ksjohnsoncreate