[issue29651] Inconsistent/undocumented urlsplit/urlparse behavior on invalid inputs

2017-05-15 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue29651] Inconsistent/undocumented urlsplit/urlparse behavior on invalid inputs

2017-05-15 Thread Senthil Kumaran
Senthil Kumaran added the comment: New changeset 75b8a54bcad70806d9dcbbe20786f4d9092ab39c by Senthil Kumaran in branch '3.6': bpo-29651 - Cover edge case of square brackets in urllib docs (#1128) (#1596) https://github.com/python/cpython/commit/75b8a54bcad70806d9dcbbe20786f4d9092ab39c

[issue29651] Inconsistent/undocumented urlsplit/urlparse behavior on invalid inputs

2017-05-15 Thread Senthil Kumaran
Senthil Kumaran added the comment: New changeset 72e5aa1ef812358b3b113e784e7365fec13dfd69 by Senthil Kumaran in branch '3.5': bpo-29651 - Cover edge case of square brackets in urllib docs (#1128) (#1597) https://github.com/python/cpython/commit/72e5aa1ef812358b3b113e784e7365fec13dfd69

[issue29651] Inconsistent/undocumented urlsplit/urlparse behavior on invalid inputs

2017-05-15 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- pull_requests: +1691 ___ Python tracker ___ ___

[issue29651] Inconsistent/undocumented urlsplit/urlparse behavior on invalid inputs

2017-05-15 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- pull_requests: +1690 ___ Python tracker ___ ___

[issue29651] Inconsistent/undocumented urlsplit/urlparse behavior on invalid inputs

2017-05-15 Thread Senthil Kumaran
Senthil Kumaran added the comment: New changeset f6e863d868a621594df2a8abe072b5d4766e7137 by Senthil Kumaran (Howie Benefiel) in branch 'master': bpo-29651 - Cover edge case of square brackets in urllib docs (#1128)

[issue29651] Inconsistent/undocumented urlsplit/urlparse behavior on invalid inputs

2017-04-14 Thread Berker Peksag
Changes by Berker Peksag : -- stage: needs patch -> patch review versions: +Python 3.5 ___ Python tracker ___

[issue29651] Inconsistent/undocumented urlsplit/urlparse behavior on invalid inputs

2017-04-13 Thread Roundup Robot
Changes by Roundup Robot : -- pull_requests: +1263 ___ Python tracker ___

[issue29651] Inconsistent/undocumented urlsplit/urlparse behavior on invalid inputs

2017-04-13 Thread Howie Benefiel
Howie Benefiel added the comment: I'm going to make a note in the documentation. I should have a PR for it in about 1 day. -- nosy: +Howie Benefiel ___ Python tracker

[issue29651] Inconsistent/undocumented urlsplit/urlparse behavior on invalid inputs

2017-03-03 Thread Raymond Hettinger
Raymond Hettinger added the comment: A note in the docs would be useful. This API is far too well established to make any behavioral changes at this point. -- nosy: +rhettinger ___ Python tracker

[issue29651] Inconsistent/undocumented urlsplit/urlparse behavior on invalid inputs

2017-03-03 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: +orsenthil stage: -> needs patch versions: -Python 3.3, Python 3.4, Python 3.5 ___ Python tracker

[issue29651] Inconsistent/undocumented urlsplit/urlparse behavior on invalid inputs

2017-02-25 Thread Vasiliy Faronov
New submission from Vasiliy Faronov: There is a problem with the standard library's urlsplit and urlparse functions, in Python 2.7 (module urlparse) and 3.2+ (module urllib.parse). The documentation for these functions [1] does not explain how they behave when given an invalid URL. One could