summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 72dd792..f6e6b77 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,10 @@ Extension modules
Library
+- socket module: the SSL support was broken out of the main
+ _socket module C helper and placed into a new _ssl helper
+ which now gets imported by socket.py if available and working.
+
- encodings package: added aliases for all supported IANA character
sets