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 barry
Recipients barry, ezio.melotti, jtaylor, lemburg
Date 2011-08-15.20:39:18
SpamBayes Score 0.0008346708
Marked as misclassified No
Message-id <1313440759.4.0.609762986834.issue12752@psf.upfronthosting.co.za>
In-reply-to
Content
A cheap way of fixing this would be to test for str-ness of localename and if it's a unicode, just localname.encode('ascii')

Or is that completely insane?
History
Date User Action Args
2011-08-15 20:39:19barrysetrecipients: + barry, lemburg, ezio.melotti, jtaylor
2011-08-15 20:39:19barrysetmessageid: <1313440759.4.0.609762986834.issue12752@psf.upfronthosting.co.za>
2011-08-15 20:39:18barrylinkissue12752 messages
2011-08-15 20:39:18barrycreate