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 srid
Recipients srid, tarek, trentm
Date 2009-05-08.22:11:41
SpamBayes Score 5.179818e-09
Marked as misclassified No
Message-id <1241820703.89.0.000181107829527.issue5974@psf.upfronthosting.co.za>
In-reply-to
Content
$ python3.1 -Wi -tt -O
/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.1/compileall.py
-x badsyntax -x site-packages -x test
/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.1/distutils/command/
Listing
/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.1/distutils/command/
...
Compiling
/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.1/distutils/command/bdist_msi.py
...
*** UnicodeDecodeError: 'utf8' codec can't decode bytes in position
62-65: invalid data


...

$ grep -R Martin
/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.1//Library/Frameworks/Python.framework/Versions/3.1/lib/python3.1/distutils/command/bdist_msi.py:#
Copyright (C) 2005, 2006 Martin v. L####
....
/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.1/idlelib/CREDITS.txt:Jim
Jewett, Martin v. L####, Jason Orendorff, Guilherme Polo, Josh Robb,

..

This is causing the ActivePython postinstall script to fail.

As a suggestion only, it may be a good idea to have a separate test case
that to look for unicode decode errors in modules.
History
Date User Action Args
2009-05-08 22:11:44sridsetrecipients: + srid, tarek, trentm
2009-05-08 22:11:43sridsetmessageid: <1241820703.89.0.000181107829527.issue5974@psf.upfronthosting.co.za>
2009-05-08 22:11:42sridlinkissue5974 messages
2009-05-08 22:11:41sridcreate