commit | 3800e1e961aec798d4d057e82c79740dcea5d2ef | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Sun May 16 21:23:48 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Sun May 16 21:23:48 2010 +0000 |
tree | 107e50a40ac6a1c8a1be0213f378ce61ac15d1f3 | |
parent | 27ba6388ed932af9e2c91e21d1ed3f260437e377 [diff] [blame] |
Issue #8477: _ssl._test_decode_cert() supports str with surrogates and bytes for the filename
diff --git a/Misc/NEWS b/Misc/NEWS index 31adc03..c26de61 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -363,6 +363,9 @@ Library ------- +- Issue #8477: _ssl._test_decode_cert() supports str with surrogates and bytes + for the filename + - Issue #8550: Add first class ``SSLContext`` objects to the ssl module. - Issue #8681: Make the zlib module's error messages more informative when