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 patrick.andrew
Recipients eric.araujo, patrick.andrew, tarek
Date 2012-02-04.20:41:07
SpamBayes Score 1.4022719e-07
Marked as misclassified No
Message-id <1328388068.27.0.743003863578.issue13943@psf.upfronthosting.co.za>
In-reply-to
Content
When a package list is built using Unicode strings, distutils fails to build the package with a TypeError.

This patch alternatively checks for 'unicode' as the instance type and also prints the type in the type error for easier debugging.
History
Date User Action Args
2012-02-04 20:41:08patrick.andrewsetrecipients: + patrick.andrew, tarek, eric.araujo
2012-02-04 20:41:08patrick.andrewsetmessageid: <1328388068.27.0.743003863578.issue13943@psf.upfronthosting.co.za>
2012-02-04 20:41:07patrick.andrewlinkissue13943 messages
2012-02-04 20:41:07patrick.andrewcreate