← 返回首页
gh-105708: 'V' could be case insensitive for IPvFuture hostnames by csreddy98 · Pull Request #105709 · python/cpython · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

gh-105708: 'V' could be case insensitive for IPvFuture hostnames#105709

Merged
orsenthil merged 6 commits into
python:mainfrom
csreddy98:IPvFuture-v-is-case-insensitive
Jul 5, 2026
Merged

gh-105708: 'V' could be case insensitive for IPvFuture hostnames#105709
orsenthil merged 6 commits into
python:mainfrom
csreddy98:IPvFuture-v-is-case-insensitive

Conversation

Copy link
Copy Markdown
Contributor

As per the standards the 'v' could be case-insensitive as mentioned here.

issue: GH-105708

Copy link
Copy Markdown

Most changes to Python require a NEWS entry.

Please add it using the blurb_it web app or the blurb command-line tool.

ghost commented Jun 12, 2023
edited by ghost
Loading

Copy link
Copy Markdown

All commit authors signed the Contributor License Agreement.

Copy link
Copy Markdown
Member

@orsenthil (as an urllib expert)

Copy link
Copy Markdown

This PR is stale because it has been open for 30 days with no activity.

github-actions Bot added the stale Stale PR or inactive for long period of time. label Apr 13, 2026
orsenthil force-pushed the IPvFuture-v-is-case-insensitive branch from 6b0e9ab to fb1de1a Compare July 5, 2026 12:12
Comment thread Lib/urllib/parse.py Outdated Show resolved Hide resolved
Comment thread Lib/test/test_urlparse.py Show resolved Hide resolved
orsenthil removed the stale Stale PR or inactive for long period of time. label Jul 5, 2026

serhiy-storchaka left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality Hide comment

LGTM. 👍

Comment thread Misc/NEWS.d/next/Library/2023-06-12-21-31-02.gh-issue-105708.5fFwP8.rst Outdated Show resolved Hide resolved
orsenthil force-pushed the IPvFuture-v-is-case-insensitive branch from 7593d8a to d90aa84 Compare July 5, 2026 16:03
orsenthil added needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes needs backport to 3.15 pre-release feature fixes, bugs and security fixes labels Jul 5, 2026
Hide details View details
orsenthil merged commit a47a66c into python:main Jul 5, 2026
57 checks passed

Copy link
Copy Markdown

Thanks @csreddy98 for the PR, and @orsenthil for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14, 3.15.
🐍🍒⛏🤖

bedevere-app Bot commented Jul 5, 2026

Copy link
Copy Markdown

GH-153138 is a backport of this pull request to the 3.15 branch.

bedevere-app Bot removed the needs backport to 3.15 pre-release feature fixes, bugs and security fixes label Jul 5, 2026

Copy link
Copy Markdown

Sorry, @csreddy98 and @orsenthil, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker a47a66ccef0f98fcf088bc260ca14b889efa9b04 3.13

bedevere-app Bot commented Jul 5, 2026

Copy link
Copy Markdown

GH-153139 is a backport of this pull request to the 3.14 branch.

bedevere-app Bot removed the needs backport to 3.14 bugs and security fixes label Jul 5, 2026
orsenthil added a commit that referenced this pull request Jul 5, 2026
…es (GH-105709) (#153138) gh-105708: 'V' could be case insensitive for IPvFuture hostnames (GH-105709) * gh-105708: 'V' could be case insensitive for IPvFuture hostnames * gh-105708: 'V' could be case insensitive for IPvFuture hostnames & checking empty hostnames * 📜🤖 Added by blurb_it. * Fix the Merge changing \z to \Z. * Fixed the News Entry. * Fix the lint. --------- (cherry picked from commit a47a66c) Co-authored-by: Chandra <csreddy1998@gmail.com> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Senthil Kumaran <senthil@python.org>
orsenthil added a commit that referenced this pull request Jul 5, 2026
…es (GH-105709) (#153139) gh-105708: 'V' could be case insensitive for IPvFuture hostnames (GH-105709) * gh-105708: 'V' could be case insensitive for IPvFuture hostnames * gh-105708: 'V' could be case insensitive for IPvFuture hostnames & checking empty hostnames * 📜🤖 Added by blurb_it. * Fix the Merge changing \z to \Z. * Fixed the News Entry. * Fix the lint. --------- (cherry picked from commit a47a66c) Co-authored-by: Chandra <csreddy1998@gmail.com> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Senthil Kumaran <senthil@python.org>

Copy link
Copy Markdown
Member

I could not cleanly backport this to 3.13 due to a conflict.

Manually created here #153140

orsenthil added a commit that referenced this pull request Jul 5, 2026
…es (#5709) (#153140) gh-105708: 'V' could be case insensitive for IPvFuture hostnames (#105709) * gh-105708: 'V' could be case insensitive for IPvFuture hostnames * gh-105708: 'V' could be case insensitive for IPvFuture hostnames & checking empty hostnames * 📜🤖 Added by blurb_it. * Fix the Merge changing \z to \Z. * Fixed the News Entry. * Fix the lint. --------- (cherry picked from commit a47a66c) Co-authored-by: Chandra <csreddy1998@gmail.com> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
StanFromIreland removed the needs backport to 3.13 bugs and security fixes label Jul 6, 2026
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.

6 participants

Footer

© 2026 GitHub, Inc.