summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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 38c29ba..30d2c0e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -414,6 +414,8 @@ Core and Builtins
Library
-------
+- Issue #7133: SSL objects now support the new buffer API.
+
- Issue #7149: urllib fails on OSX in the proxy detection code
- Issue #7069: Make inspect.isabstract() return a boolean.