summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c26de61..f801e3e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -363,8 +363,8 @@ C-API
Library
-------
-- Issue #8477: _ssl._test_decode_cert() supports str with surrogates and bytes
- for the filename
+- Issue #8477: ssl.RAND_egd() and ssl._test_decode_cert() support str with
+ surrogates and bytes for the filename
- Issue #8550: Add first class ``SSLContext`` objects to the ssl module.