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 -- http://mail.python.org/mailman/listinfo/python-list