From: Gregory P. Smith Date: Thu, 16 Feb 2012 08:44:50 +0000 (-0800) Subject: news entry for previous commit X-Git-Tag: v2.7.3rc1~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14dc510395aa2469f0d86664202681735d2b63a0;p=thirdparty%2FPython%2Fcpython.git news entry for previous commit --- diff --git a/Misc/NEWS b/Misc/NEWS index 41b7ad2c4b55..4ae21b6ee2d1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -93,6 +93,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 #13987: HTMLParser is now able to handle EOFs in the middle of a