[issue14814] Implement PEP 3144 (the ipaddress module)

Nick Coghlan report at bugs.python.org
Sun Jun 17 08:37:09 CEST 2012


Nick Coghlan <ncoghlan at gmail.com> added the comment:

I looked into the idea of treating networks as containers of interface objects rather than addresses - it turns out it gets messy very quickly, because you definitely want your network address and broadcast address to be ordinary addresses, so making the host addresses interfaces instead of ordinary addresses would lead to inconsistent behaviour.

739f5c725958 is the result of that investigation (I forgot to mention this issue in the checkin message)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14814>
_______________________________________


More information about the Python-bugs-list mailing list