[issue24032] urlparse.urljoin does not add query part

2015-05-13 Thread R. David Murray
Changes by R. David Murray : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python

[issue24032] urlparse.urljoin does not add query part

2015-05-12 Thread Martin Panter
Martin Panter added the comment: This is not how URL joining is meant to work. For example if the base URL “. . ./foo.php?param=10” produces a HTML file with a relative link to “bar.php”, the parent path should be joined on, but not the query part. I understand the Python implementation is mea

[issue24032] urlparse.urljoin does not add query part

2015-04-22 Thread albertsmuktupavels
New submission from albertsmuktupavels: >From documentation: "Construct a full (“absolute”) URL by combining a “base URL” (base) with another URL (url). Informally, this uses components of the base URL, in particular the addressing scheme, the network location and (part of) the path, to provid