commit | d8fdbad881ee3d3bb471757455015dc0a6f5c6b5 | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Wed Dec 14 15:05:42 2011 -0800 |
committer | Ned Deily <nad@acm.org> | Wed Dec 14 15:05:42 2011 -0800 |
tree | 87b9f72ae5fba32fddcbaa9c818f3f4c0c3a4e0d | |
parent | 40ad04171d7f3773ed29a3ff13a1d58eefab57c2 [diff] [blame] |
Issue #4625: add NEWS entry.
diff --git a/Misc/NEWS b/Misc/NEWS index 1819653..c96321d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -82,6 +82,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) + - tarfile.py: Correctly detect bzip2 compressed streams with blocksizes other than 900k.