Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

3144 discussion bug #35

Closed
GoogleCodeExporter opened this issue Mar 18, 2015 · 1 comment
Closed

3144 discussion bug #35

GoogleCodeExporter opened this issue Mar 18, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

   >>> ipaddr.IPv4Network('10/8')
   IPv4Network('0.0.0.10/8')
   >>> ipaddr.IPv4Network('192.168/16')
   Traceback (most recent call last):
     File "<stdin>", line 1, in <module>
     File "/usr/src/py/ipaddr/ipaddr.py", line 1246, in __init__
       raise IPv4IpValidationError(addr[0])
   ipaddr.IPv4IpValidationError: '192.168' is not a valid IPv4 address

from Andrew McNamara

both should currently raise ip validation errors.

Original issue reported on code.google.com by pmo...@google.com on 15 Sep 2009 at 6:01

@GoogleCodeExporter
Copy link
Author

fixed in r111

Original comment by pmo...@google.com on 17 Sep 2009 at 6:10

  • Changed state: Fixed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant