]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16531: ipaddress.IPv4Network and ipaddress.IPv6Network now accept an (address...
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 12 May 2014 18:36:46 +0000 (20:36 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 12 May 2014 18:36:46 +0000 (20:36 +0200)
commit5fb195f854e6fe016015c98dfd379c1102950c04
tree34fb65e46690ef8542381fdb5315bd6ad93403ee
parent3b5162d05d24a2f4cd6b2b9f5b503982cf433cd6
Issue #16531: ipaddress.IPv4Network and ipaddress.IPv6Network now accept an (address, netmask) tuple argument, so as to easily construct network objects from existing addresses.
Doc/library/ipaddress.rst
Lib/ipaddress.py
Lib/test/test_ipaddress.py
Misc/NEWS