summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-11-23 16:52:23 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-11-23 16:52:23 (GMT)
commitbe0c3250b1bbc16eea41dfe0f93f33ad384e9bd4 (patch)
tree75fae9326c61971241ea46ee4dc0de6b68f31897 /Misc
parente50240c504779e6fc3a988da44d16dc84e263e07 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2b804e8..668162f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.