[Python-checkins] cpython (2.7): Issue #4625: add NEWS entry.

ned.deily python-checkins at python.org
Thu Dec 15 00:18:31 CET 2011


http://hg.python.org/cpython/rev/f6ca22bbf138
changeset:   73970:f6ca22bbf138
branch:      2.7
parent:      73967:7857d1f4ce79
user:        Ned Deily <nad at acm.org>
date:        Wed Dec 14 15:05:42 2011 -0800
summary:
  Issue #4625: add NEWS entry.

files:
  Misc/NEWS |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -82,6 +82,10 @@
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list