summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-12-14 23:06:50 (GMT)
committerNed Deily <nad@acm.org>2011-12-14 23:06:50 (GMT)
commit061c0289af979213984046c0f7570192063ab319 (patch)
tree09f4a3797c6bc8475ecff38ea3b91717b680f160 /Misc
parentf505b7425c1e46e847dfc1e4528bc178af06b085 (diff)
downloadcpython-061c0289af979213984046c0f7570192063ab319.zip
cpython-061c0289af979213984046c0f7570192063ab319.tar.gz
cpython-061c0289af979213984046c0f7570192063ab319.tar.bz2
Issue #4625: add NEWS entry.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f654d8d..c996499 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -93,6 +93,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 #5905: time.strftime() is now using the locale encoding, instead of
UTF-8, if the wcsftime() function is not available.