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 r.david.murray
Recipients loewis, r.david.murray, vstinner
Date 2010-09-13.12:36:08
SpamBayes Score 0.016457465
Marked as misclassified No
Message-id <1284381369.84.0.864414988017.issue9820@psf.upfronthosting.co.za>
In-reply-to
Content
But in the case of BZ2File and ssl.SSLContext.load_cert_chain(), isn't it the case that they are trying to open the files?  So producing an early error about the decoding problem makes sense.  Are there any functions other than listdir where the decoded filenames are not necessarily immediately used to manipulate the files?
History
Date User Action Args
2010-09-13 12:36:09r.david.murraysetrecipients: + r.david.murray, loewis, vstinner
2010-09-13 12:36:09r.david.murraysetmessageid: <1284381369.84.0.864414988017.issue9820@psf.upfronthosting.co.za>
2010-09-13 12:36:08r.david.murraylinkissue9820 messages
2010-09-13 12:36:08r.david.murraycreate