summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-01-18 20:36:33 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-01-18 20:36:33 (GMT)
commit5f38f5c5028d5c015e67ffa8463bf42c66ad2e05 (patch)
tree1e06dd83a544f25e81de0c1d562efa1e65df786e /Misc
parent3b225d8bfb748a02d4bada14d4498e9b6aa4e162 (diff)
downloadcpython-5f38f5c5028d5c015e67ffa8463bf42c66ad2e05.zip
cpython-5f38f5c5028d5c015e67ffa8463bf42c66ad2e05.tar.gz
cpython-5f38f5c5028d5c015e67ffa8463bf42c66ad2e05.tar.bz2
Issue #23133: Pickling of ipaddress objects now produces more compact and
portable representation.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 245cfaf..5373f5b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -203,6 +203,9 @@ Core and Builtins
Library
-------
+- Issue #23133: Pickling of ipaddress objects now produces more compact and
+ portable representation.
+
- Issue #23248: Update ssl error codes from latest OpenSSL git master.
- Issue #23266: Much faster implementation of ipaddress.collapse_addresses()