]> granicus.if.org Git - python/commit
Issue #4272: Add an optional argument to the GzipFile constructor to override the...
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 4 Jan 2009 21:29:23 +0000 (21:29 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 4 Jan 2009 21:29:23 +0000 (21:29 +0000)
commitf0d2c3f730a68b986c63715b4efe070f679ff077
treefd581a6602afd767a3d0224522fdd9d3fdc7fb75
parent514d483a7d549db0593510181277164c20b7d9bd
Issue #4272: Add an optional argument to the GzipFile constructor to override the timestamp in the gzip stream.
Doc/library/gzip.rst
Lib/gzip.py
Lib/test/test_gzip.py
Misc/NEWS