commit | 08316769620c83e32a6913eee0a6555cd6e1efa9 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Dec 20 13:58:41 2011 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Dec 20 13:58:41 2011 +0100 |
tree | 4e5f419fe6e92ebfa05f0115c8925f83969acb93 | |
parent | 8691bff6db78a45fd89a385401ece64921867500 [diff] [blame] |
Issue #13637: "a2b" functions in the binascii module now accept ASCII-only unicode strings.
diff --git a/Misc/NEWS b/Misc/NEWS index 7f72133..6955258 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -419,6 +419,9 @@ Library ------- +- Issue #13637: "a2b" functions in the binascii module now accept ASCII-only + unicode strings. + - Issue #13634: Add support for querying and disabling SSL compression. - Issue #13627: Add support for SSL Elliptic Curve-based Diffie-Hellman