On Thu, May 5, 2011 at 12:54 PM, Ahik Man <[email protected]> wrote:
> Hi,
>
> While trying to use urlparse lib, I encounter unexpeted behavior. It's
> happened when parsing non trivial url scheme.
> For example:
>
> from urlparse import urlparse
> p_url = urlparse('abc://server/download/0000?b=a')
>
> In the above code, 'p_url' suppose to have 'b=a' in the p_url.query, but it
> put it in the path.
>
> The same happened to urlsplit.
>
> Am I doing something wrong or it's a bug?
>
> Ahik
>
FWIW, I tried it in Python 3.2 to see if it's changed, and it didn't, it
puts the `a=b` in the path as well.
Ram.
_______________________________________________
Python-il mailing list
[email protected]
http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il