[Python-checkins] r64793 - in python/trunk/Misc: ACKS NEWS

nick.coghlan python-checkins at python.org
Tue Jul 8 16:21:42 CEST 2008


Author: nick.coghlan
Date: Tue Jul  8 16:21:42 2008
New Revision: 64793

Log:
Add missing NEWS and ACK entries for r64791

Modified:
   python/trunk/Misc/ACKS
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/ACKS
==============================================================================
--- python/trunk/Misc/ACKS	(original)
+++ python/trunk/Misc/ACKS	Tue Jul  8 16:21:42 2008
@@ -146,6 +146,7 @@
 Matthew Dixon Cowles
 Christopher A. Craig
 Laura Creighton
+Simon Cross
 Drew Csillag
 John Cugini
 Tom Culliton

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Tue Jul  8 16:21:42 2008
@@ -10,6 +10,10 @@
 Core and Builtins
 -----------------
 
+- Issue #2517: Allow unicode messages in Exceptions again by correctly
+  bypassing the instance dictionary when looking up __unicode__ on
+  new-style classes.
+
 - Issue #3242: Fix a crash inside the print statement, if sys.stdout is
   set to a custom object whose write() method happens to install
   another file in sys.stdout.


More information about the Python-checkins mailing list