summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-01-10 16:15:24 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-01-10 16:15:24 (GMT)
commitbd4b5f2b874061ae32fbc692a16c7323a5e2a377 (patch)
tree44ae5ca5d2758c2019d91191f99c0c91139cf8ee /Misc
parentb74fc2b5feda3dbd56b2770a5a52c83db59c14d4 (diff)
downloadcpython-bd4b5f2b874061ae32fbc692a16c7323a5e2a377.zip
cpython-bd4b5f2b874061ae32fbc692a16c7323a5e2a377.tar.gz
cpython-bd4b5f2b874061ae32fbc692a16c7323a5e2a377.tar.bz2
Add NEWS entry for r68484.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fdb73d3..c594c96 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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