]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #4625: add NEWS entry.
authorNed Deily <nad@acm.org>
Wed, 14 Dec 2011 23:06:50 +0000 (15:06 -0800)
committerNed Deily <nad@acm.org>
Wed, 14 Dec 2011 23:06:50 +0000 (15:06 -0800)
Misc/NEWS

index f654d8d93a262e36ab629c6161cbce4a32bc7c47..c996499c53e2243f363e2a46d46cfe3866ea0ea9 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -93,6 +93,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)
+
 - Issue #5905: time.strftime() is now using the locale encoding, instead of
   UTF-8, if the wcsftime() function is not available.