summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 16e1edd..d29fcf8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -111,6 +111,8 @@ Core and Builtins
Library
-------
+- Issue #3860: GzipFile and BZ2File now support the context manager protocol.
+
- Issue #4867: Fixed a crash in ctypes when passing a string to a
function without defining argtypes.