Michał Powaga <[email protected]> added the comment:
The problem was be here:
path = path[:-1] # This is not needed and cuts last character
return urlunparse((scheme, netloc, path,
params, query, fragment))
I sent a patch.
PS. Sorry if I`m doing something wrong but it is my first patch and activity in
the Python project.
----------
keywords: +patch
nosy: +michalp -calvin
Added file: http://bugs.python.org/file18696/urlparse.patch
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue9721>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com