From 58e7c1dc024345bbd1a37dc9acbaca6af929d527 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Thu, 16 Feb 2012 00:30:50 -0800 Subject: NEWS entry for previous commit. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index d0161d1..8b0e12a 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__. -- cgit v0.12