This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients Kiyoshi.Aman, asvetlov, ezio.melotti, jongfoster, ncoghlan, pitrou, pmoody, python-dev, serhiy.storchaka
Date 2014-05-12.18:36:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3gS9pr2Td3z7LjX@mail.python.org>
In-reply-to
Content
New changeset 4e33c343a264 by Antoine Pitrou in branch 'default':
Issue #16531: ipaddress.IPv4Network and ipaddress.IPv6Network now accept an (address, netmask) tuple argument, so as to easily construct network objects from existing addresses.
http://hg.python.org/cpython/rev/4e33c343a264
History
Date User Action Args
2014-05-12 18:36:53python-devsetrecipients: + python-dev, ncoghlan, pitrou, jongfoster, ezio.melotti, pmoody, asvetlov, serhiy.storchaka, Kiyoshi.Aman
2014-05-12 18:36:53python-devlinkissue16531 messages
2014-05-12 18:36:52python-devcreate