]> granicus.if.org Git - python/commit
Merged revisions 85291 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 6 Oct 2010 21:29:56 +0000 (21:29 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 6 Oct 2010 21:29:56 +0000 (21:29 +0000)
commite3900542e4c90c66a5a89a38a3c19dd2cf117251
tree88f58158eae1d5002cd4dc9c37a06aa3b7604460
parente5e6bc68f9c9aa127ea7ae390b1a0a7005b5d805
Merged revisions 85291 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85291 | antoine.pitrou | 2010-10-06 23:21:18 +0200 (mer., 06 oct. 2010) | 4 lines

  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