]> granicus.if.org Git - python/commitdiff
Add missing NEWS and ACK entries for r64791
authorNick Coghlan <ncoghlan@gmail.com>
Tue, 8 Jul 2008 14:21:42 +0000 (14:21 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Tue, 8 Jul 2008 14:21:42 +0000 (14:21 +0000)
Misc/ACKS
Misc/NEWS

index a9713b033685b2440f59621750c03d1080c54ba9..e79f20a237d952a72ab1b1685abe7cd9b0dc6316 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -146,6 +146,7 @@ Alex Coventry
 Matthew Dixon Cowles
 Christopher A. Craig
 Laura Creighton
+Simon Cross
 Drew Csillag
 John Cugini
 Tom Culliton
index d94284940f4fd3453d6574762bfcad001442ab13..b9affe56ac7d0e168daa8c217c2fdc3fc87a1c0b 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,10 @@ What's New in Python 2.6 beta 2?
 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.