commit | 42db3efd368d154f428ce834ebc99fc8535931d7 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Jan 04 21:37:59 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Jan 04 21:37:59 2009 +0000 |
tree | 84089486c7b867c60c97655821f15755a8bd8697 | |
parent | 315a20a6f3ae1365b7ab49ce8822a960f9a69733 [diff] |
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. ........