[issue1722348] urlparse.urlunparse forms file urls incorrectly

2019-08-14 Thread Ashwin Ramaswami
Change by Ashwin Ramaswami : -- nosy: +epicfaace ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue1722348] urlparse.urlunparse forms file urls incorrectly

2015-03-10 Thread Martin Panter
Martin Panter added the comment: I believe this was closed incorrectly. The original test case includes four slashes, not three, and still fails in 3.5. However Issue 23505 has been opened in the mean time which should cover this. -- nosy: +vadmium resolution: works for me -> duplicate

[issue1722348] urlparse.urlunparse forms file urls incorrectly

2008-06-10 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- resolution: -> works for me status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue1722348] urlparse.urlunparse forms file urls incorrectly

2008-06-10 Thread Senthil
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'