mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Add missing NEWS and ACK entries for r64791
This commit is contained in:
parent
524b7773cc
commit
14ff99432d
2 changed files with 5 additions and 0 deletions
|
@ -146,6 +146,7 @@ Alex Coventry
|
|||
Matthew Dixon Cowles
|
||||
Christopher A. Craig
|
||||
Laura Creighton
|
||||
Simon Cross
|
||||
Drew Csillag
|
||||
John Cugini
|
||||
Tom Culliton
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue