◐ Shell
clean mode source ↗

Message 118846 - Python tracker

Message118846

Author vstinner
Recipients benjamin.peterson, terry.reedy, vstinner
Date 2010-10-15.23:18:55
SpamBayes Score 0.006501369
Marked as misclassified No
Message-id <1287184736.98.0.460997565558.issue10114@psf.upfronthosting.co.za>
In-reply-to
Content
Remove [compile_surrogates.patch] because it creates filenames unencode to the filesystem encoding. Eg. compile('', '\udcc3\udca9', 'exec').co_filename gives 'é' even if the filesystem encoding is 'ascii'.
History
Date User Action Args
2010-10-15 23:18:57vstinnersetrecipients: + vstinner, terry.reedy, benjamin.peterson
2010-10-15 23:18:56vstinnersetmessageid: <1287184736.98.0.460997565558.issue10114@psf.upfronthosting.co.za>
2010-10-15 23:18:55vstinnerlinkissue10114 messages
2010-10-15 23:18:55vstinnercreate