Marc-Andre Lemburg added the comment:

.__repr__() is not really allowed to return Unicode objects in Python 2.x. If 
you do this, you're on your own. The CPython internals try to convert any 
non-str object to a str object, but this is only done to assure that 
PyObject_Repr() always returns a str object.

I'd suggest closing this as won't fix.

----------

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

Reply via email to