NEWS entry for previous commit.

This commit is contained in:
Gregory P. Smith 2012-02-16 00:30:50 -08:00
parent 05f5953ab4
commit 58e7c1dc02
1 changed files with 2 additions and 0 deletions

View File

@ -116,6 +116,8 @@ Core and Builtins
Library
-------
- Issue #2489: pty.spawn could consume 100% cpu when it encountered an EOF.
- Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert().
- Issue #13015: Fix a possible reference leak in defaultdict.__repr__.