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 trevormarvin
Recipients trevormarvin
Date 2020-12-29.00:42:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609202579.47.0.156999705644.issue42774@roundup.psfhosted.org>
In-reply-to
Content
Tested on Python 3.6.9 with "ipaddress" module, module version 1.0.

ipaddress.ip_address('192.0.0.0').is_private

Incorrectly returns as 'True'.  Per RFC 1918 / BCP 5, section 3, the private IPv4 space sarting with '192' is only '192.168.0.0/16'.
History
Date User Action Args
2020-12-29 00:42:59trevormarvinsetrecipients: + trevormarvin
2020-12-29 00:42:59trevormarvinsetmessageid: <1609202579.47.0.156999705644.issue42774@roundup.psfhosted.org>
2020-12-29 00:42:59trevormarvinlinkissue42774 messages
2020-12-29 00:42:59trevormarvincreate