You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/configobj/files/configobj-4.7.2-fix_tests.p...

12 lines
326 B

--- validate.py
+++ validate.py
@@ -268,8 +268,6 @@
16908291
>>> int(dottedQuadToNum('1.2.3.4'))
16909060
- >>> dottedQuadToNum('255.255.255.255')
- 4294967295L
>>> dottedQuadToNum('255.255.255.256')
Traceback (most recent call last):
ValueError: Not a good dotted-quad IP: 255.255.255.256