commit | f9faaad80107338b2248b0486bc7069b06f19677 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Sun May 16 21:36:37 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Sun May 16 21:36:37 2010 +0000 |
tree | 6f2b5793e9310bcd6efd6166083b12cb2e22f0a7 | |
parent | 3800e1e961aec798d4d057e82c79740dcea5d2ef [diff] [blame] |
Issue #8477: ssl.RAND_egd() supports str with surrogates and bytes for the path
diff --git a/Misc/NEWS b/Misc/NEWS index c26de61..f801e3e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -363,8 +363,8 @@ 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.