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 serhiy.storchaka, vstinner
Date 2015-09-03.13:40:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441287613.08.0.56021134572.issue24993@psf.upfronthosting.co.za>
In-reply-to
Content
> The purpose was to make the dependence of unicodedata optional.

In which case the unicodedata module is missing? It's always part of CPython no?

> (...) but now I think that probably your approach is more preferable because it makes the code simpler and errors more explicit.

Yeah, it's not a good practice to *hide* errors. At least, your patch must log the error.
History
Date User Action Args
2015-09-03 13:40:13vstinnersetrecipients: + vstinner, serhiy.storchaka
2015-09-03 13:40:13vstinnersetmessageid: <1441287613.08.0.56021134572.issue24993@psf.upfronthosting.co.za>
2015-09-03 13:40:13vstinnerlinkissue24993 messages
2015-09-03 13:40:12vstinnercreate