]> granicus.if.org Git - python/commit
Issue #23133: Pickling of ipaddress objects now produces more compact and
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 18 Jan 2015 20:36:33 +0000 (22:36 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 18 Jan 2015 20:36:33 +0000 (22:36 +0200)
commit5f38f5c5028d5c015e67ffa8463bf42c66ad2e05
tree1e06dd83a544f25e81de0c1d562efa1e65df786e
parent3b225d8bfb748a02d4bada14d4498e9b6aa4e162
Issue #23133: Pickling of ipaddress objects now produces more compact and
portable representation.
Lib/ipaddress.py
Lib/test/test_ipaddress.py
Misc/NEWS