Skip to content

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 18, 2019

  • bpo-27657: Fix urlparse() with numeric paths

Revert parsing decision from bpo-754016 in favor of the documented
consensus in bpo-16932 of how to treat strings without a // to
designate the netloc.

  • bpo-22891: Remove urlsplit() optimization for 'http' prefixed inputs.
    (cherry picked from commit 5a88d50)

Co-authored-by: Tim Graham timograham@gmail.com

https://bugs.python.org/issue27657

* bpo-27657: Fix urlparse() with numeric paths

Revert parsing decision from bpo-754016 in favor of the documented
consensus in bpo-16932 of how to treat strings without a // to
designate the netloc.

* bpo-22891: Remove urlsplit() optimization for 'http' prefixed inputs.
(cherry picked from commit 5a88d50)

Co-authored-by: Tim Graham <timograham@gmail.com>
@miss-islington
Copy link
Contributor Author

@timgraham and @orsenthil: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 82b5f6b into python:3.7 Oct 18, 2019
@miss-islington miss-islington deleted the backport-5a88d50-3.7 branch October 18, 2019 13:24
@miss-islington
Copy link
Contributor Author

@timgraham and @orsenthil: Status check is done, and it's a success ✅ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants