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

index 18196536f94142dc13c7608024c60de2cef04242..c96321d186d9babb532f37251015890ec68782c2 100644 (file)
--- 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.