New submission from Allayna Wilson <allaynawil...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue41290> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com