From: Ned Deily Date: Wed, 14 Dec 2011 23:05:42 +0000 (-0800) Subject: Issue #4625: add NEWS entry. X-Git-Tag: v2.7.3rc1~247 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8fdbad881ee3d3bb471757455015dc0a6f5c6b5;p=thirdparty%2FPython%2Fcpython.git Issue #4625: add NEWS entry. --- diff --git a/Misc/NEWS b/Misc/NEWS index 18196536f941..c96321d186d9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -82,6 +82,10 @@ Core and Builtins Library ------- +- Issue #4625: If IDLE cannot write to its recent file or breakpoint + files, display a message popup and continue rather than crash. + (original patch by Roger Serwy) + - tarfile.py: Correctly detect bzip2 compressed streams with blocksizes other than 900k.