nausheenfatma / python-wikitools

Automatically exported from code.google.com/p/python-wikitools
0 stars 0 forks source link

isIP is false for IPv6 addresses #48

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
>>> import wikitools
>>> w = wikitools.Wiki()
>>> u = wikitools.User(w,"2001:DB8:0:0:0:0:0:0")
>>> u.isIP
False

What is the expected output? What do you see instead?
I expect "True".

What version of the product are you using? On what operating system?
I'm using wikitools 1.1.1 and Windows Vista.

Original issue reported on code.google.com by beep...@gmail.com on 12 Feb 2012 at 4:03

GoogleCodeExporter commented 8 years ago
Fixed in r390

Original comment by MrZmanwiki@gmail.com on 1 Sep 2012 at 8:18