Revision: 347
Author: drkjam
Date: Wed Apr 28 15:16:08 2010
Log: Fixed Issue 53.
http://code.google.com/p/netaddr/source/detail?r=347
Modified:
/branches/rel-0.7.x/lib/netaddr/ip/glob.py
/branches/rel-0.7.x/lib3/netaddr/ip/glob.py
=======================================
--- /branches/rel-0.7.x/lib/netaddr/ip/glob.py Wed Aug 5 14:27:15 2009
+++ /branches/rel-0.7.x/lib/netaddr/ip/glob.py Wed Apr 28 15:16:08 2010
@@ -13,7 +13,7 @@
A few basic rules also apply :
- 1. x must always be greater than y, therefore :
+ 1. x must always be less than y, therefore :
- x can only be 0 through 254
- y can only be 1 through 255
=======================================
--- /branches/rel-0.7.x/lib3/netaddr/ip/glob.py Wed Aug 5 14:27:15 2009
+++ /branches/rel-0.7.x/lib3/netaddr/ip/glob.py Wed Apr 28 15:16:08 2010
@@ -13,7 +13,7 @@
A few basic rules also apply :
- 1. x must always be greater than y, therefore :
+ 1. x must always be less than y, therefore :
- x can only be 0 through 254
- y can only be 1 through 255
--
You received this message because you are subscribed to the Google Groups "netaddr" group.
To post to this group, send email to
net...@googlegroups.com.
To unsubscribe from this group, send email to
netaddr+u...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/netaddr?hl=en.