[Python-checkins] cpython (2.7): news entry for previous commit

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


http://hg.python.org/cpython/rev/d2b08b5896d9
changeset:   74980:d2b08b5896d9
branch:      2.7
user:        Gregory P. Smith <greg at krypto.org>
date:        Thu Feb 16 00:44: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
@@ -93,6 +93,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 #13987: HTMLParser is now able to handle EOFs in the middle of a

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


More information about the Python-checkins mailing list