summaryrefslogtreecommitdiff
path: root/trunk
diff options
context:
space:
mode:
authorpmoody@google.com <pmoody@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035>2009-09-20 21:57:02 +0000
committerpmoody@google.com <pmoody@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035>2009-09-20 21:57:02 +0000
commit5257863f725bf80ace72c1cbd5b8665e69a7a85a (patch)
tree6c2b7f65b4021c5b2b81c1f2c6b4ba20f226d5ce /trunk
parent9b5a6ea972f185bc40888a9675b5a24bffa22707 (diff)
downloadipaddr-py-5257863f725bf80ace72c1cbd5b8665e69a7a85a.tar.gz
+ Netmask exceptions aren't raised in the Address classes.
git-svn-id: https://ipaddr-py.googlecode.com/svn@113 09200d28-7f98-11dd-ad27-0f66e57d2035
Diffstat (limited to 'trunk')
-rw-r--r--trunk/ipaddr.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/trunk/ipaddr.py b/trunk/ipaddr.py
index ed719e3..6334490 100644
--- a/trunk/ipaddr.py
+++ b/trunk/ipaddr.py
@@ -1148,8 +1148,6 @@ class IPv4Address(_BaseV4, _BaseIP):
Raises:
IPv4IpValidationError: If ipaddr isn't a valid IPv4 address.
- IPv4NetmaskValidationError: If the netmask isn't valid for
- an IPv4 address.
"""
_BaseIP.__init__(self, address)
@@ -1700,8 +1698,6 @@ class IPv6Address(_BaseV6, _BaseIP):
Raises:
IPv6IpValidationError: If address isn't a valid IPv6 address.
- IPv6NetmaskValidationError: If the netmask isn't valid for
- an IPv6 address.
"""
_BaseIP.__init__(self, address)