]> granicus.if.org Git - python/commit
Fix #11513: wrong exception handling for the case that GzipFile itself raises an...
authorGeorg Brandl <georg@python.org>
Sat, 13 Aug 2011 09:48:12 +0000 (11:48 +0200)
committerGeorg Brandl <georg@python.org>
Sat, 13 Aug 2011 09:48:12 +0000 (11:48 +0200)
commit3abb372c810c13af4207124c175cfd0a842b5f56
treeb3d6c6acdc04ae9fedc5cd2b9e9b4538763a6ed5
parent963e40256a7047c538eca88a792710c2d6d53ac5
Fix #11513: wrong exception handling for the case that GzipFile itself raises an IOError.
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS