Nick Coghlan added the comment:

I'm still not overjoyed with the "this isn't documented here, go read it over 
there" situation. However, duplicating the text everywhere isn't ideal either. 
So, let's finish it up with my current approach: explicitly listing the methods 
and attributes on each class where the documentation is elsewhere.

For Interface objects, there's no need to repeat the documentation for the 
corresponding Address object, since there's a real inheritance relationship 
there.

Fortunately, that makes the list of attributes still to be documented fairly 
short:

   ip (raw address with no network info)
   network (the network definition)
   with_prefixlen
   with_hostmask
   with_netmask

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14814>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to