bd808 / python-iptools

A few useful functions and objects for manipulating ip addresses in python.
http://python-iptools.readthedocs.org/
BSD 2-Clause "Simplified" License
70 stars 17 forks source link

Cast input to IpRangeList #15

Closed bd808 closed 8 years ago

bd808 commented 9 years ago

Reduce the overhead of testing for membership in a long IpRangeList by ensuring that the provided input has been cast to an integer before checking each contained range.

Closes #14