diff options
Diffstat (limited to 'dev-python/configobj/files/configobj-4.7.2-fix_tests.patch')
-rw-r--r-- | dev-python/configobj/files/configobj-4.7.2-fix_tests.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/configobj/files/configobj-4.7.2-fix_tests.patch b/dev-python/configobj/files/configobj-4.7.2-fix_tests.patch new file mode 100644 index 00000000000..c0b867e0ee7 --- /dev/null +++ b/dev-python/configobj/files/configobj-4.7.2-fix_tests.patch @@ -0,0 +1,11 @@ +--- 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 |