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

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


http://hg.python.org/cpython/rev/f1fe411bfd6b
changeset:   73971:f1fe411bfd6b
branch:      3.2
parent:      73968:26e3e542d20d
user:        Ned Deily <nad at acm.org>
date:        Wed Dec 14 15:06:50 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
@@ -93,6 +93,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)
+
 - Issue #5905: time.strftime() is now using the locale encoding, instead of
   UTF-8, if the wcsftime() function is not available.
 

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


More information about the Python-checkins mailing list