This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Abhijit Mamarde
Recipients Abhijit Mamarde, docs@python
Date 2017-07-11.12:39:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499776782.68.0.13911603646.issue30903@psf.upfronthosting.co.za>
In-reply-to
Content
documentation mentions hostmask attribute of IPv4Network
class returns a `string`, but in actual it is
returning the object of class IPv4Address

URL to official doc:
https://docs.python.org/3/library/ipaddress.html#ipaddress.IPv4Network.hostmask

PFA program file to show the actual issue.
History
Date User Action Args
2017-07-11 12:39:42Abhijit Mamardesetrecipients: + Abhijit Mamarde, docs@python
2017-07-11 12:39:42Abhijit Mamardesetmessageid: <1499776782.68.0.13911603646.issue30903@psf.upfronthosting.co.za>
2017-07-11 12:39:42Abhijit Mamardelinkissue30903 messages
2017-07-11 12:39:42Abhijit Mamardecreate