On Nov 8, 3:11 am, Thorsten Kampe <[EMAIL PROTECTED]> wrote: > * Prabhu Gurumurthy (Wed, 07 Nov 2007 22:34:14 -0800) > > > I would like to parse IPv6 addresses and subnet using re module in > > python. > > Just don't:http://pypi.python.org/pypi?%3Aaction=search&term=ipv6 > &submit=search
And even if you do end up doing the IPv6 parsing yourself (which you shouldn't), regular expressions would be the wrong approach--there's no way an RE can deal with replacing a :: with the correct number of zeroes, among other complications. Hyuga -- http://mail.python.org/mailman/listinfo/python-list