diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-12-20 12:58:41 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-12-20 12:58:41 (GMT) |
commit | 08316769620c83e32a6913eee0a6555cd6e1efa9 (patch) | |
tree | 4e5f419fe6e92ebfa05f0115c8925f83969acb93 /Misc | |
parent | 8691bff6db78a45fd89a385401ece64921867500 (diff) | |
download | cpython-08316769620c83e32a6913eee0a6555cd6e1efa9.zip cpython-08316769620c83e32a6913eee0a6555cd6e1efa9.tar.gz cpython-08316769620c83e32a6913eee0a6555cd6e1efa9.tar.bz2 |
Issue #13637: "a2b" functions in the binascii module now accept ASCII-only unicode strings.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -419,6 +419,9 @@ Core and Builtins 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 |