SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

bpo-36384: Remove check for leading zeroes in IPv4 addresses (GH-12577)

Stop rejecting IPv4 octets with leading zeroes as ambiguously octal.

Plenty of other tools generate decimal IPv4 octets with leading zeroes,
so keeping this check hurts interoperability.

Patch by Joel Croteau.
J
Joel Croteau committed
e653d4d8e820a7a004ad399530af0135b45db27a
Parent: ddbb978
Committed by Nick Coghlan <ncoghlan@gmail.com> on 3/30/2019, 2:53:48 PM