]> granicus.if.org Git - python/commit
Remove __unicode__ method so that ``unicode(BaseException)`` succeeds.
authorBrett Cannon <bcannon@gmail.com>
Sat, 9 Sep 2006 07:18:44 +0000 (07:18 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 9 Sep 2006 07:18:44 +0000 (07:18 +0000)
commit19d76c5aa88d8f673bc91529d25806d2e333aa84
tree8a595553ad00b72b67c01480d2445685824e3cd2
parentb3304c129fac61350a49bdcce73bf1d36ed8d669
Remove __unicode__ method so that ``unicode(BaseException)`` succeeds.

Fixes bug #1551432.
Lib/test/test_exceptions.py
Lib/test/test_pep352.py
Misc/NEWS
Objects/exceptions.c