Message 407699 - Python tracker

Message407699

Author andrei.avk
Recipients Eddgar Rojas, andrei.avk, eudoxos, kj, pmoody
Date 2021-12-05.04:55:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638680128.38.0.777778490405.issue36392@roundup.psfhosted.org>
In-reply-to
Content
The docs for current bugfix releases (3.9+) have clear links from the Interface class attribute `network` to the Network class which lists the `prefixlen` attribute. I don't think it can be made clearer - there's two ways to find it - either searching for `prefixlen` and working backwards from network to interface, or following the link from Interface.network.
History
Date User Action Args
2021-12-05 04:55:28andrei.avksetrecipients: + andrei.avk, pmoody, eudoxos, Eddgar Rojas, kj
2021-12-05 04:55:28andrei.avksetmessageid: <1638680128.38.0.777778490405.issue36392@roundup.psfhosted.org>
2021-12-05 04:55:28andrei.avklinkissue36392 messages
2021-12-05 04:55:28andrei.avkcreate