diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-01-18 20:36:33 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-01-18 20:36:33 (GMT) |
commit | 5f38f5c5028d5c015e67ffa8463bf42c66ad2e05 (patch) | |
tree | 1e06dd83a544f25e81de0c1d562efa1e65df786e /Misc | |
parent | 3b225d8bfb748a02d4bada14d4498e9b6aa4e162 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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() |