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 benjamin.peterson, ezio.melotti, lemburg, martin.panter, ncoghlan, serhiy.storchaka, vstinner
Date 2018-01-03.10:25:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbMMuMipydjCk6=p2+deTRgkSFsY9Eq3uvqGZhNg7ewow@mail.gmail.com>
In-reply-to <1514973645.97.0.467229070634.issue32456@psf.upfronthosting.co.za>
Content
Can't we check if the encoding exists using codecs.lookup() before using it
to emit a better error message?

Look at initfsencoding() in the C code which implements such check.
History
Date User Action Args
2018-01-03 10:25:11vstinnersetrecipients: + vstinner, lemburg, ncoghlan, benjamin.peterson, ezio.melotti, martin.panter, serhiy.storchaka
2018-01-03 10:25:11vstinnerlinkissue32456 messages
2018-01-03 10:25:11vstinnercreate