Senthil <[EMAIL PROTECTED]> added the comment:
This issue no longer exists. I verified the bug report on the trunk and
urlparse() and urlunparse methods behave properly on subsquent usages on the
same url.
>>> urlparse.urlparse(urlparse.urlunparse(urlparse.urlparse('file:///home/ors/Letter.txt')))
ParseResult(scheme='file', netloc='', path='/home/ors/Letter.txt', params='',
query='', fragment='')
Can be closed as Invalid.
_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1722348>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com