[issue24332] urllib.parse should not discard delimiters when associated component is empty

2015-05-30 Thread Martin Panter
Martin Panter added the comment: This is essentially the same as Issue 22852. The title just refers to stripping an empty #fragment, but the netloc and query components are also affected. I have a patch there which needs reviewing, if you are interested. Or if you have any alternative ideas on

[issue24332] urllib.parse should not discard delimiters when associated component is empty

2015-05-30 Thread Ned Deily
Changes by Ned Deily : -- nosy: +orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.

[issue24332] urllib.parse should not discard delimiters when associated component is empty

2015-05-30 Thread gdata gmail
New submission from gdata gmail: The documenatation for urllib.parse (https://docs.python.org/3.0/library/urllib.parse.html) states several times: "This may result in a slightly different, but equivalent URL, if the URL that was parsed originally had unnecessary delimiters (for example, a ? wi