Skip to content

Commit d98e72b

Browse files
author
nick.coghlan
committed
Add missing NEWS and ACK entries for r64791
git-svn-id: http://svn.python.org/projects/python/trunk@64793 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent f942411 commit d98e72b

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ Alex Coventry
146146
Matthew Dixon Cowles
147147
Christopher A. Craig
148148
Laura Creighton
149+
Simon Cross
149150
Drew Csillag
150151
John Cugini
151152
Tom Culliton

Misc/NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ What's New in Python 2.6 beta 2?
1010
Core and Builtins
1111
-----------------
1212

13+
- Issue #2517: Allow unicode messages in Exceptions again by correctly
14+
bypassing the instance dictionary when looking up __unicode__ on
15+
new-style classes.
16+
1317
- Issue #3242: Fix a crash inside the print statement, if sys.stdout is
1418
set to a custom object whose write() method happens to install
1519
another file in sys.stdout.

0 commit comments

Comments
 (0)