This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orsenthil
Recipients eigenlambda, orsenthil
Date 2008-06-11.02:55:48
SpamBayes Score 0.005464017
Marked as misclassified No
Message-id <1213152950.93.0.636053551901.issue1722348@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-06-11 02:55:51orsenthilsetspambayes_score: 0.00546402 -> 0.005464017
recipients: + orsenthil, eigenlambda
2008-06-11 02:55:51orsenthilsetspambayes_score: 0.00546402 -> 0.00546402
messageid: <1213152950.93.0.636053551901.issue1722348@psf.upfronthosting.co.za>
2008-06-11 02:55:50orsenthillinkissue1722348 messages
2008-06-11 02:55:49orsenthilcreate