diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-01-10 16:15:24 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-01-10 16:15:24 (GMT) |
commit | bd4b5f2b874061ae32fbc692a16c7323a5e2a377 (patch) | |
tree | 44ae5ca5d2758c2019d91191f99c0c91139cf8ee /Misc | |
parent | b74fc2b5feda3dbd56b2770a5a52c83db59c14d4 (diff) | |
download | cpython-bd4b5f2b874061ae32fbc692a16c7323a5e2a377.zip cpython-bd4b5f2b874061ae32fbc692a16c7323a5e2a377.tar.gz cpython-bd4b5f2b874061ae32fbc692a16c7323a5e2a377.tar.bz2 |
Add NEWS entry for r68484.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -122,6 +122,8 @@ Core and Builtins Library ------- +- Issue #3860: GzipFile and BZ2File now support the context manager protocol. + - 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 |