is there a bug in urlunparse/urlunsplit

Alex metallourlante at gmail.com
Sun May 18 16:06:10 EDT 2008


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




More information about the Python-list mailing list