]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #14814: Remove redundant property from interface objects - prefixlen can be...
authorNick Coghlan <ncoghlan@gmail.com>
Sun, 5 Aug 2012 12:45:22 +0000 (22:45 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Sun, 5 Aug 2012 12:45:22 +0000 (22:45 +1000)
commite3ded955f3b145e38be47be61c53ba1ff130f47b
treee6e00295546d9b6d363789733e20ee2d754c9031
parent7362c3efeb49f6656819a0842f9e5fe358d390da
Issue #14814: Remove redundant property from interface objects - prefixlen can be accessed via the associated network object
Lib/ipaddress.py
Lib/test/test_ipaddress.py