Issue #4272: Add an optional argument to the GzipFile constructor to override the...
commitf28736aa6be2fe4b1ebcb6a23269cd5589da6ae3
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 4 Jan 2009 21:29:23 +0000 (4 21:29 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 4 Jan 2009 21:29:23 +0000 (4 21:29 +0000)
treebd84ebb9dfd6397cefb9bc332a5e2d0b17801896
parenta5411a6962735812a21c1f4f097bc5d21fef14f3
Issue #4272: Add an optional argument to the GzipFile constructor to override the timestamp in the gzip stream.

git-svn-id: http://svn.python.org/projects/python/trunk@68319 6015fed2-1504-0410-9fe1-9d1591cc4771
Doc/library/gzip.rst
Lib/gzip.py
Lib/test/test_gzip.py
Misc/NEWS