FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.7] bpo-27657: Fix urlparse() with numeric paths (GH-661) by miss-islington · Pull Request #16837 · python/cpython · GitHub

/ cpython Public

[3.7] bpo-27657: Fix urlparse() with numeric paths (GH-661) - #16837

Merged
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-5a88d50-3.7
Oct 18, 2019
Merged

[3.7] bpo-27657: Fix urlparse() with numeric paths (GH-661)#16837
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-5a88d50-3.7

Conversation

miss-islington commented Oct 18, 2019
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Contributor
  • 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>

Copy link
Copy Markdown
Contributor Author

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

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

Copy link
Copy Markdown
Contributor Author

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

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL