[Python-checkins] r51926 - python/trunk/Misc/NEWS

brett.cannon python-checkins at python.org
Wed Sep 20 20:34:29 CEST 2006


Author: brett.cannon
Date: Wed Sep 20 20:34:28 2006
New Revision: 51926

Modified:
   python/trunk/Misc/NEWS
Log:
Accidentally didn't commit Misc/NEWS entry on when __unicode__() was removed
from exceptions.


Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Wed Sep 20 20:34:28 2006
@@ -12,6 +12,9 @@
 Core and builtins
 -----------------
 
+- Bug #1551432: Exceptions do not define an explicit __unicode__ method.  This
+  allows calling unicode() on exceptions classes directly to succeed.
+
 - Make _PyGILState_NoteThreadState() static, it was not used anywhere
   outside of pystate.c and should not be necessary.
 


More information about the Python-checkins mailing list