From bd4b5f2b874061ae32fbc692a16c7323a5e2a377 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Sat, 10 Jan 2009 16:15:24 +0000 Subject: [PATCH] Add NEWS entry for r68484. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index fdb73d394b..c594c96cbd 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 -- 2.50.1