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 eric.araujo
Recipients eric.araujo, patrick.andrew, tarek
Date 2012-02-05.10:11:16
SpamBayes Score 0.00017497425
Marked as misclassified No
Message-id <1328436677.77.0.161670348656.issue13943@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report and patch.  I think distutils was not written with Unicode in mind, or maybe even before Python had a unicode type.  Technically, http://docs.python.org/distutils/setupscript#additional-meta-data says that unicode is not allowed for metadata fields (nothing is said about py_modules, packages and the like), but we’ve fixed a couple of bugs related to unicode, so I think this is a reasonable request.  Can you post (part of) your failing setup script?
History
Date User Action Args
2012-02-05 10:11:17eric.araujosetrecipients: + eric.araujo, tarek, patrick.andrew
2012-02-05 10:11:17eric.araujosetmessageid: <1328436677.77.0.161670348656.issue13943@psf.upfronthosting.co.za>
2012-02-05 10:11:17eric.araujolinkissue13943 messages
2012-02-05 10:11:16eric.araujocreate