Antoine Pitrou <[email protected]> added the comment: > In r64791, BaseException gained a new __unicode__ method that does the > equivalent of the following things:
It remains to be seen why that behaviour was chosen. Apparently Nick implemented it. IMO __unicode__ should have the same behaviour as __str__. There's no reason to implement two different formatting algorithms. ---------- nosy: +ncoghlan _______________________________________ 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
