Issue 8346: Old Version Name in Interactive Mode (original) (raw)

Issue8346

Created on 2010-04-08 12:09 by istihza, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg102615 - (view) Author: Firat Ozgul (istihza) Date: 2010-04-08 12:09
In Python 2.7a4 tutorial, under section "2.1 Invoking the Interpreter" set path command is "set path=%path%;C:\python26". Also under section "2.1.2 Interactive Mode" python command is shown to give "Python 2.6 (#1, Feb 28 2007, 00:02:06)"
msg102768 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-04-10 11:17
Thanks, fixed in r79924.
History
Date User Action Args
2022-04-11 14:56:59 admin set github: 52593
2010-04-10 11:17:07 georg.brandl set status: open -> closedresolution: fixedmessages: +
2010-04-08 12:09:13 istihza create