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 eric.araujo
Recipients eric.araujo, pitrou, tarek, vstinner
Date 2010-05-08.23:33:57
SpamBayes Score 0.0012405827
Marked as misclassified No
Message-id <1273361639.15.0.495386030202.issue8663@psf.upfronthosting.co.za>
In-reply-to
Content
Another long-standing encoding bug was fixed: It was impossible to use e.g. an author name with non-ASCII characters. The fix makes distutils use UTF-8. Of course, it’s more complicated to choose an encoding for terminal I/O.
History
Date User Action Args
2010-05-08 23:33:59eric.araujosetrecipients: + eric.araujo, pitrou, vstinner, tarek
2010-05-08 23:33:59eric.araujosetmessageid: <1273361639.15.0.495386030202.issue8663@psf.upfronthosting.co.za>
2010-05-08 23:33:57eric.araujolinkissue8663 messages
2010-05-08 23:33:57eric.araujocreate