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 serhiy.storchaka
Recipients serhiy.storchaka, vstinner
Date 2015-09-03.14:15:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <2019697.H9edTKd0Wn@raxxla>
In-reply-to <1441287613.08.0.56021134572.issue24993@psf.upfronthosting.co.za>
Content
> In which case the unicodedata module is missing? It's always part of CPython
> no?

It was optional in Python 2 (at least in Unicode-disabled build). Perhaps it 
can be exclude from custom build in Python 3 too.

> Yeah, it's not a good practice to *hide* errors. At least, your patch must
> log the error.

Then please commit your patch. We can reenable optional dependency later if it 
will be needed for embedded systems.
History
Date User Action Args
2015-09-03 14:15:08serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner
2015-09-03 14:15:08serhiy.storchakalinkissue24993 messages
2015-09-03 14:15:08serhiy.storchakacreate