Issue #4625: add NEWS entry.

This commit is contained in:
Ned Deily 2011-12-14 15:05:42 -08:00
parent 40ad04171d
commit d8fdbad881
1 changed files with 4 additions and 0 deletions

View File

@ -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.