]> granicus.if.org Git - python/commit
Issue #9759: GzipFile now raises ValueError when an operation is attempted
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 6 Oct 2010 21:21:18 +0000 (21:21 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 6 Oct 2010 21:21:18 +0000 (21:21 +0000)
commit7980eaa98d7a4448d3e0a6f336a0dd55f0346b8f
treedc4f1cdfc6511cbc073f63d17bdca0bf8e5272c1
parentcd889af91730b35fc39ec5cd318d16e9cf8391f1
Issue #9759: GzipFile now raises ValueError when an operation is attempted
after the file is closed.  Patch by Jeffrey Finkelstein.
Lib/gzip.py
Lib/test/test_gzip.py
Misc/NEWS