[Python-checkins] cpython (3.2): NEWS entry for previous commit.

gregory.p.smith python-checkins at python.org
Thu Feb 16 09:40:40 CET 2012


http://hg.python.org/cpython/rev/72c8b54c1050
changeset:   74975:72c8b54c1050
branch:      3.2
user:        Gregory P. Smith <greg at krypto.org>
date:        Thu Feb 16 00:30:50 2012 -0800
summary:
  NEWS entry for previous commit.

files:
  Misc/NEWS |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -116,6 +116,8 @@
 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__.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list