[issue35820] Inconsistent behavior when parsing IP address

2019-01-24 Thread Eric V. Smith
Eric V. Smith added the comment: >From the documentation of IPv4Address: The following constitutes a valid IPv4 address: 1. A string in decimal-dot notation, consisting of four decimal integers in the inclusive range 0–255, separated by dots (e.g. 192.168.0.1). Each integer represents an

[issue35820] Inconsistent behavior when parsing IP address

2019-01-24 Thread Tinu Tomson
Change by Tinu Tomson : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35820] Inconsistent behavior when parsing IP address

2019-01-24 Thread Tinu Tomson
New submission from Tinu Tomson : ip = '23.00.021.002' ipaddress.IPv4Address(ip) throw error: File "/usr/lib/python3.4/ipaddress.py", line 1271, in __init__ self._ip =