Barry A. Warsaw <ba...@python.org> added the comment:

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?

----------
nosy: +barry

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12752>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to