A
Alex
Hi all.
Is there a bug in the urlunparse/urlunsplit functions?
Look at this fragment (I know is quite silly):
urlunparse(urlparse('www.example.org','http'))
---> 'http:///www.example.org'
^^^^^
There are too many slashes, isn't it? Is it a known bug or maybe I
missed something...
Alex
Is there a bug in the urlunparse/urlunsplit functions?
Look at this fragment (I know is quite silly):
urlunparse(urlparse('www.example.org','http'))
---> 'http:///www.example.org'
^^^^^
There are too many slashes, isn't it? Is it a known bug or maybe I
missed something...
Alex