summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-12-14 23:14:52 (GMT)
committerNed Deily <nad@acm.org>2011-12-14 23:14:52 (GMT)
commitabbcd0872fc970bb83d8ff5f0f09ca988c172360 (patch)
treeb160f18d30f46649ebfb5fd920f124f184268d55
parent1b0b6ae36bfdf01a34c040a8ee8e4d9926c7443f (diff)
parent061c0289af979213984046c0f7570192063ab319 (diff)
downloadcpython-abbcd0872fc970bb83d8ff5f0f09ca988c172360.zip
cpython-abbcd0872fc970bb83d8ff5f0f09ca988c172360.tar.gz
cpython-abbcd0872fc970bb83d8ff5f0f09ca988c172360.tar.bz2
Issue #4625: Add NEWS entry.
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a0685d6..d757e84 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -409,6 +409,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 #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Ă .