summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-12-14 23:05:42 (GMT)
committerNed Deily <nad@acm.org>2011-12-14 23:05:42 (GMT)
commitd8fdbad881ee3d3bb471757455015dc0a6f5c6b5 (patch)
tree87b9f72ae5fba32fddcbaa9c818f3f4c0c3a4e0d /Misc
parent40ad04171d7f3773ed29a3ff13a1d58eefab57c2 (diff)
downloadcpython-d8fdbad881ee3d3bb471757455015dc0a6f5c6b5.zip
cpython-d8fdbad881ee3d3bb471757455015dc0a6f5c6b5.tar.gz
cpython-d8fdbad881ee3d3bb471757455015dc0a6f5c6b5.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 1819653..c96321d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -82,6 +82,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)
+
- tarfile.py: Correctly detect bzip2 compressed streams with blocksizes
other than 900k.