]> granicus.if.org Git - python/commit
Issue 14814: Docs work showed some more cases of networks pretending to be addresses...
authorNick Coghlan <ncoghlan@gmail.com>
Sun, 5 Aug 2012 12:02:18 +0000 (22:02 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Sun, 5 Aug 2012 12:02:18 +0000 (22:02 +1000)
commit730f67f2fa2d1df828a93301e4df48f1f1c41b2b
tree6ecc84e9845eea17534e26ba6d321f2395c6d56c
parentd9baa8592cd26e2fd2689d3eeda6e5f7fd3e21a8
Issue 14814: Docs work showed some more cases of networks pretending to be addresses and highlighted the weird approach to implementing the 'is_whatever' properties. Impl now illustrates far more clearly that networks have a property if both their network and broadcast addresses have that property
Doc/library/ipaddress.rst
Lib/ipaddress.py
Lib/test/test_ipaddress.py