On Thu, Sep 17, 2009 at 3:27 PM, Greg Ewing <[email protected]> wrote: > Peter Moody wrote: > >> the address with all of the hosts bits masked to zero is most commonly >> referred to as the network address. > > Then call the attribute 'network_address', not just 'network'.
from an earlier email: Again, the same error-catching functionality can be obtained through an option to the constructor. network and broadcast attributes can be renamed to .\1_address to alleviate confusion as well. > -- > Greg > _______________________________________________ > Python-Dev mailing list > [email protected] > http://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: > http://mail.python.org/mailman/options/python-dev/python-dev%40hda3.com > _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
