diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-23 16:52:23 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-23 16:52:23 (GMT) |
commit | be0c3250b1bbc16eea41dfe0f93f33ad384e9bd4 (patch) | |
tree | 75fae9326c61971241ea46ee4dc0de6b68f31897 /Misc | |
parent | e50240c504779e6fc3a988da44d16dc84e263e07 (diff) | |
download | cpython-be0c3250b1bbc16eea41dfe0f93f33ad384e9bd4.zip cpython-be0c3250b1bbc16eea41dfe0f93f33ad384e9bd4.tar.gz cpython-be0c3250b1bbc16eea41dfe0f93f33ad384e9bd4.tar.bz2 |
Issue #19668: Added support for the cp1125 encoding.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -68,6 +68,8 @@ Core and Builtins Library ------- +- Issue #19668: Added support for the cp1125 encoding. + - Issue #19689: Add ssl.create_default_context() factory function. It creates a new SSLContext object with secure default settings. |