In article
<[EMAIL PROTECTED]>,
Alex <[EMAIL PROTECTED]> wrote:
> 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'
>^
>
> Ther
Alex wrote in news:09764c57-03ce-4ccb-a26d-
[EMAIL PROTECTED] in comp.lang.python:
> 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'
>
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...
Ale