diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-01-04 21:29:23 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-01-04 21:29:23 (GMT) |
commit | f0d2c3f730a68b986c63715b4efe070f679ff077 (patch) | |
tree | fd581a6602afd767a3d0224522fdd9d3fdc7fb75 /Misc | |
parent | 514d483a7d549db0593510181277164c20b7d9bd (diff) | |
download | cpython-f0d2c3f730a68b986c63715b4efe070f679ff077.zip cpython-f0d2c3f730a68b986c63715b4efe070f679ff077.tar.gz cpython-f0d2c3f730a68b986c63715b4efe070f679ff077.tar.bz2 |
Issue #4272: Add an optional argument to the GzipFile constructor to override the timestamp in the gzip stream.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -108,6 +108,11 @@ Core and Builtins Library ------- +- Issue #4272: Add an optional argument to the GzipFile constructor to override + the timestamp in the gzip stream. The default value remains the current time. + The information can be used by e.g. gunzip when decompressing. Patch by + Jacques Frechet. + - Restore Python 2.3 compatibility for decimal.py. - Issue #1702551: distutils sdist was not excluding VCS directories under |