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.

Author abu_mohammed
Recipients abu_mohammed, bialix, lemburg, loewis
Date 2009-07-12.08:15:13
SpamBayes Score 0.00011001272
Marked as misclassified No
Message-id <1247386515.71.0.720814517142.issue1616979@psf.upfronthosting.co.za>
In-reply-to
Content
As a user I experienced this bug. With  python 3.1, the interpreter 
terminate with fatal error:
"Py_Initialize: can't initialize sys standard streams
LookupError: unknown encoding: cp720"

I think, this can be replicated by changing the active code page in the 
cmd session, before invoking the interpreter. The following command will 
do so:
> chcp 720

without the patch python would crash after this command.
I think testing the patch after this command is sufficient.
History
Date User Action Args
2009-07-12 08:15:16abu_mohammedsetrecipients: + abu_mohammed, lemburg, loewis, bialix
2009-07-12 08:15:15abu_mohammedsetmessageid: <1247386515.71.0.720814517142.issue1616979@psf.upfronthosting.co.za>
2009-07-12 08:15:14abu_mohammedlinkissue1616979 messages
2009-07-12 08:15:13abu_mohammedcreate