diff options
author | Gregory P. Smith <greg@krypto.org> | 2012-02-16 08:30:50 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2012-02-16 08:30:50 (GMT) |
commit | 58e7c1dc024345bbd1a37dc9acbaca6af929d527 (patch) | |
tree | d700fc82d56159a37a1c80189e6649b5af70a057 | |
parent | 05f5953ab4854218205e4c0f04a26a9dd5b09a9c (diff) | |
download | cpython-58e7c1dc024345bbd1a37dc9acbaca6af929d527.zip cpython-58e7c1dc024345bbd1a37dc9acbaca6af929d527.tar.gz cpython-58e7c1dc024345bbd1a37dc9acbaca6af929d527.tar.bz2 |
NEWS entry for previous commit.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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__. |