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 vstinner
Date 2010-03-24.23:08:06
SpamBayes Score 0.004346778
Marked as misclassified No
Message-id <1269472089.2.0.0899610598943.issue8226@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch raises a LookupError is the specified encoding is invalid. It uses _PyCodec_Lookup() function: is it allowed in bltinmodule.c?
History
Date User Action Args
2010-03-24 23:08:09vstinnersetrecipients: + vstinner
2010-03-24 23:08:09vstinnersetmessageid: <1269472089.2.0.0899610598943.issue8226@psf.upfronthosting.co.za>
2010-03-24 23:08:07vstinnerlinkissue8226 messages
2010-03-24 23:08:07vstinnercreate