Re: ipv6 validation

2006-04-02 Thread Christos Georgiou
On 30 Mar 2006 11:40:08 -0800, rumours say that [EMAIL PROTECTED] might have written: thanks a lot for this solution. Next thing: how may i find out that that address is multicast one? is there some easy possibility or i have to use regex now? To quote a Google reply: IPv6 multicast addresses

Re: ipv6 validation

2006-03-30 Thread jiri . juranek
thanks a lot for this solution. Next thing: how may i find out that that address is multicast one? is there some easy possibility or i have to use regex now? thanks -- http://mail.python.org/mailman/listinfo/python-list

ipv6 validation

2006-03-18 Thread jiri . juranek
Hello, is there any common function for validation if string contains valid ip address(both ipv4 and ipv6)? Or does sb wrote some regular expression for this? thanks J -- http://mail.python.org/mailman/listinfo/python-list

Re: ipv6 validation

2006-03-18 Thread Roy Smith
In article [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: Hello, is there any common function for validation if string contains valid ip address(both ipv4 and ipv6)? Or does sb wrote some regular expression for this? thanks J Look at socket.inet_pton(). First check to make sure ipv6 is