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 vstinner
Recipients Arfrever, a.badger, eric.araujo, hagen, ikelos, lemburg, mgorny, tarek, vstinner
Date 2011-06-30.14:54:49
SpamBayes Score 0.00011284672
Marked as misclassified No
Message-id <1309445690.08.0.845227428963.issue9561@psf.upfronthosting.co.za>
In-reply-to
Content
pkginfo_utf8.patch: distutils uses UTF-8 to write PKG-INFO and .egg-info, instead of the locale encoding. It should be applied to 2.7, 3.2 and 3.3.

packaging_pkginfo_utf8.patch: packaging tests use UTF-8 to write PKG-INFO files, instead of the locale encoding (cosmetic change, the file content is an empty string :-)). It should only be applied to 3.3 (packaging has been introduced in Python 3.3).
History
Date User Action Args
2011-06-30 14:54:50vstinnersetrecipients: + vstinner, lemburg, tarek, eric.araujo, hagen, a.badger, Arfrever, ikelos, mgorny
2011-06-30 14:54:50vstinnersetmessageid: <1309445690.08.0.845227428963.issue9561@psf.upfronthosting.co.za>
2011-06-30 14:54:49vstinnerlinkissue9561 messages
2011-06-30 14:54:49vstinnercreate