commit | 3abb372c810c13af4207124c175cfd0a842b5f56 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Aug 13 11:48:12 2011 +0200 |
committer | Georg Brandl <georg@python.org> | Sat Aug 13 11:48:12 2011 +0200 |
tree | b3d6c6acdc04ae9fedc5cd2b9e9b4538763a6ed5 | |
parent | 963e40256a7047c538eca88a792710c2d6d53ac5 [diff] [blame] |
Fix #11513: wrong exception handling for the case that GzipFile itself raises an IOError.
diff --git a/Misc/NEWS b/Misc/NEWS index 354d09a..328ec61 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -44,6 +44,9 @@ 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.