Re: [Tutor] Package for verify validity of any kind of IP

2009-10-08 Thread vince spicer
On Thu, Oct 8, 2009 at 2:38 AM, Ansuman Dash wrote: > Hi, > > Can anybody suggest me a package to verify validity of any kind of IP, i.e. > IPv4 or IPv6. > > Thanks, > AD > > ___ > Tutor maillist - Tutor@python.org > To unsubscribe or change subscript

Re: [Tutor] Package for verify validity of any kind of IP

2009-10-08 Thread Wayne
On Thu, Oct 8, 2009 at 3:38 AM, Ansuman Dash 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 (googl

[Tutor] Package for verify validity of any kind of IP

2009-10-08 Thread Ansuman Dash
Hi, Can anybody suggest me a package to verify validity of any kind of IP, i.e. IPv4 or IPv6. Thanks, AD ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor