Add Misc/NEWS entry for issue #10519

This commit is contained in:
Petri Lehtinen 2011-10-30 20:59:10 +02:00
parent e3b5eda8be
commit 8028dc215c
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ What's New in Python 2.7.3?
Core and Builtins
-----------------
- Issue #10519: Avoid unnecessary recursive function calls in
setobject.c.
- Issue #13268: Fix the assert statement when a tuple is passed as the message.
- Issue #13018: Fix reference leaks in error paths in dictobject.c.