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 Cykooz
Recipients Cykooz, eric.araujo, tarek
Date 2011-10-06.13:22:41
SpamBayes Score 5.466133e-05
Marked as misclassified No
Message-id <1317907362.37.0.133459111826.issue13114@psf.upfronthosting.co.za>
In-reply-to
Content
Command `register` (and `check -r` too) raises the exception UnicodeDecodeError if the long_description (stored as unicode) contains not ASCII chars.
This is because the Docutils, called from Distutils, accepts only ASCII or Unicode. But Distutils passes to Docutils text as a `str` (ASCII or UTF-8).

PS: sorry for my English
History
Date User Action Args
2011-10-06 13:22:42Cykoozsetrecipients: + Cykooz, tarek, eric.araujo
2011-10-06 13:22:42Cykoozsetmessageid: <1317907362.37.0.133459111826.issue13114@psf.upfronthosting.co.za>
2011-10-06 13:22:41Cykoozlinkissue13114 messages
2011-10-06 13:22:41Cykoozcreate