Message 136085 - Python tracker

Message136085

Author vstinner
Recipients eric.araujo, hagen, tarek, vstinner
Date 2011-05-16.12:26:31
SpamBayes Score 0.00089615386
Marked as misclassified No
Message-id <1305548791.99.0.869678250346.issue12087@psf.upfronthosting.co.za>
In-reply-to
Content
install_egg_info.run() uses f = open(target, 'w') to create the .egg-info file and so the file uses the locale encoding. I don't know which module/program reads the file, so I don't know if the "locale encoding" is a good choice.
History
Date User Action Args
2011-05-16 12:26:32vstinnersetrecipients: + vstinner, tarek, eric.araujo, hagen
2011-05-16 12:26:31vstinnersetmessageid: <1305548791.99.0.869678250346.issue12087@psf.upfronthosting.co.za>
2011-05-16 12:26:31vstinnerlinkissue12087 messages
2011-05-16 12:26:31vstinnercreate