summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2012-02-16 08:30:50 (GMT)
committerGregory P. Smith <greg@krypto.org>2012-02-16 08:30:50 (GMT)
commit58e7c1dc024345bbd1a37dc9acbaca6af929d527 (patch)
treed700fc82d56159a37a1c80189e6649b5af70a057
parent05f5953ab4854218205e4c0f04a26a9dd5b09a9c (diff)
downloadcpython-58e7c1dc024345bbd1a37dc9acbaca6af929d527.zip
cpython-58e7c1dc024345bbd1a37dc9acbaca6af929d527.tar.gz
cpython-58e7c1dc024345bbd1a37dc9acbaca6af929d527.tar.bz2
NEWS entry for previous commit.
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d0161d1..8b0e12a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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__.