diff options
author | Ned Deily <nad@acm.org> | 2011-12-14 23:05:42 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-12-14 23:05:42 (GMT) |
commit | d8fdbad881ee3d3bb471757455015dc0a6f5c6b5 (patch) | |
tree | 87b9f72ae5fba32fddcbaa9c818f3f4c0c3a4e0d /Misc | |
parent | 40ad04171d7f3773ed29a3ff13a1d58eefab57c2 (diff) | |
download | cpython-d8fdbad881ee3d3bb471757455015dc0a6f5c6b5.zip cpython-d8fdbad881ee3d3bb471757455015dc0a6f5c6b5.tar.gz cpython-d8fdbad881ee3d3bb471757455015dc0a6f5c6b5.tar.bz2 |
Issue #4625: add NEWS entry.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |