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.13:35:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441287358.78.0.140668158834.issue24993@psf.upfronthosting.co.za>
In-reply-to
Content
The purpose was to make the dependence of unicodedata optional. Here is a patch that adds missing lines to clear import error.

But your approach looks reasonable too and the patch is correct. I have no strong preferences, but now I think that probably your approach is more preferable because it makes the code simpler and errors more explicit. Please commit your patch Victor if you don't see new reasons for original approach.
History
Date User Action Args
2015-09-03 13:35:58serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner
2015-09-03 13:35:58serhiy.storchakasetmessageid: <1441287358.78.0.140668158834.issue24993@psf.upfronthosting.co.za>
2015-09-03 13:35:58serhiy.storchakalinkissue24993 messages
2015-09-03 13:35:58serhiy.storchakacreate