]> granicus.if.org Git - python/commit
Issue 2517: Allow unicode messages in Exceptions again by correctly bypassing the...
authorNick Coghlan <ncoghlan@gmail.com>
Tue, 8 Jul 2008 14:08:04 +0000 (14:08 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Tue, 8 Jul 2008 14:08:04 +0000 (14:08 +0000)
commit524b7773ccf6f462444c22da19cf138f0c6416e4
tree12d989a7fb762bb204889e285c6119c7ad8bd7cb
parentdbc5987e2fef558cd1410f79dbec4262b8a80d66
Issue 2517: Allow unicode messages in Exceptions again by correctly bypassing the instance dictionary when looking up __unicode__ on new-style classes
Lib/test/test_exceptions.py
Objects/exceptions.c
Objects/object.c