]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
NEWS entry for previous commit.
authorGregory P. Smith <greg@krypto.org>
Thu, 16 Feb 2012 08:30:50 +0000 (00:30 -0800)
committerGregory P. Smith <greg@krypto.org>
Thu, 16 Feb 2012 08:30:50 +0000 (00:30 -0800)
Misc/NEWS

index d0161d10de97d38c83db8ca97e98617965dafda7..8b0e12a8f3baf48aede25a01f94fd17945e1c1cb 100644 (file)
--- 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__.