[New-bugs-announce] [issue41290] ipaddress module doesn't recognize 100.64.0.0/10 as a private network

Allayna Wilson report at bugs.python.org
Mon Jul 13 07:22:25 EDT 2020


New submission from Allayna Wilson <allaynawilson at gmail.com>:

import IPv4Address as n4

In [10]: n4('100.64.0.0/24').is_private                                                                                     
Out[10]: False

In [11]: n4('100.64.0.0/10').is_private                                                                                     
Out[11]: False

https://en.wikipedia.org/wiki/Reserved_IP_addresses#IPv4

keep this on the dl though I don't want anybody else using this /10. I'm tired of people's crap always overlapping with my private networks.

----------
components: Extension Modules, Library (Lib)
messages: 373592
nosy: Allayna Wilson
priority: normal
severity: normal
status: open
title: ipaddress module doesn't recognize 100.64.0.0/10 as a private network
type: behavior
versions: Python 3.10, Python 3.5, Python 3.6, Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41290>
_______________________________________


More information about the New-bugs-announce mailing list