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 alexis, eric.araujo, tarek, vstinner
Date 2011-10-14.15:01:22
SpamBayes Score 0.0044157514
Marked as misclassified No
Message-id <1318604483.39.0.256027567702.issue13178@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, packaging code opens dist-info files (RECORD, RESOURCES) for writing without giving an explicit encoding.  We need to add tests and probably to explicitly specify UTF-8 when writing an reading.
History
Date User Action Args
2011-10-14 15:01:23eric.araujosetrecipients: + eric.araujo, vstinner, tarek, alexis
2011-10-14 15:01:23eric.araujosetmessageid: <1318604483.39.0.256027567702.issue13178@psf.upfronthosting.co.za>
2011-10-14 15:01:22eric.araujolinkissue13178 messages
2011-10-14 15:01:22eric.araujocreate