From: Gregory P. Smith Date: Thu, 16 Feb 2012 08:30:50 +0000 (-0800) Subject: NEWS entry for previous commit. X-Git-Tag: v3.2.3rc1~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=58e7c1dc024345bbd1a37dc9acbaca6af929d527;p=thirdparty%2FPython%2Fcpython.git NEWS entry for previous commit. --- diff --git a/Misc/NEWS b/Misc/NEWS index d0161d10de97..8b0e12a8f3ba 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__.