You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
It seems there is a bug at line 212 .
Regards,
Nicolas
code :
>>> urlnorm.norm('http://localhost/')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "build/bdist.linux-x86_64/egg/urlnorm.py", line 150, in norm
File "build/bdist.linux-x86_64/egg/urlnorm.py", line 158, in norm_tuple
File "build/bdist.linux-x86_64/egg/urlnorm.py", line 213, in norm_netloc
urlnorm.InvalidUrl: host u'localhost' is not valid
The text was updated successfully, but these errors were encountered:
Hi,
It seems there is a bug at line 212 .
Regards,
Nicolas
code :
The text was updated successfully, but these errors were encountered: