On Thu, Oct 8, 2009 at 3:38 AM, Ansuman Dash <ansuman.d...@gmail.com> wrote:

> Hi,
>
> Can anybody suggest me a package to verify validity of any kind of IP, i.e.
> IPv4 or IPv6.
>
>
You mean to check if the IP is live, or to check if the IP is in the valid
range for IP addresses?

For the latter, just use a regex (google can give you explicit examples if
you don't want to make your own)

hth,
wayne
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to