Antoine Pitrou <[email protected]> added the comment: Well the obvious problem with this approach is that it won't work if __str__() returns a non-ascii string. The only working solution would be to replicate the functioning of __str__() in each __unicode__() implementation.
---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue6108> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
