[Python-checkins] cpython (merge 3.2 -> default): Issue #4625: Add NEWS entry.
ned.deily
python-checkins at python.org
Thu Dec 15 00:18:33 CET 2011
http://hg.python.org/cpython/rev/f6510cdf4ada
changeset: 73972:f6510cdf4ada
parent: 73969:ba832d42cd9e
parent: 73971:f1fe411bfd6b
user: Ned Deily <nad at acm.org>
date: Wed Dec 14 15:14:52 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
@@ -409,6 +409,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 #13449 sched.scheduler.run() method has a new "blocking" parameter which
when set to False makes run() execute the scheduled events due to expire
soonest (if any) and then return. Patch by Giampaolo Rodolà.
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list