diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-01-04 21:37:59 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-01-04 21:37:59 (GMT) |
commit | 42db3efd368d154f428ce834ebc99fc8535931d7 (patch) | |
tree | 84089486c7b867c60c97655821f15755a8bd8697 /Misc | |
parent | 315a20a6f3ae1365b7ab49ce8822a960f9a69733 (diff) | |
download | cpython-42db3efd368d154f428ce834ebc99fc8535931d7.zip cpython-42db3efd368d154f428ce834ebc99fc8535931d7.tar.gz cpython-42db3efd368d154f428ce834ebc99fc8535931d7.tar.bz2 |
Merged revisions 68319 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r68319 | antoine.pitrou | 2009-01-04 22:29:23 +0100 (dim., 04 janv. 2009) | 3 lines
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
@@ -82,6 +82,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 #3638: Remove functions from _tkinter module level that depend on |