diff options
author | Georg Brandl <georg@python.org> | 2011-08-13 09:54:33 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-08-13 09:54:33 (GMT) |
commit | d88e5af061c4c3206699fe7b86e736c42fdeba1c (patch) | |
tree | 8f1ac2f3c1df785a6a327f19433067d57f507277 /Misc | |
parent | b3f0ce4d1ea6a48774af22e20b8f748c19f87462 (diff) | |
parent | 3abb372c810c13af4207124c175cfd0a842b5f56 (diff) | |
download | cpython-d88e5af061c4c3206699fe7b86e736c42fdeba1c.zip cpython-d88e5af061c4c3206699fe7b86e736c42fdeba1c.tar.gz cpython-d88e5af061c4c3206699fe7b86e736c42fdeba1c.tar.bz2 |
Merge with cpython.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,6 +44,9 @@ Core and Builtins Library ------- +- Issue #11513: Fix exception handling ``tarfile.TarFile.gzopen()`` when + the file cannot be opened. + - Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol 0, mostly) pickles. |