Skip to content

gh-126662: harmonize naming for three namedtuple base classes in urllib.parse - #126663

Merged
gpshead merged 1 commit into
python:mainfrom
tungol:naming-urllib
Nov 24, 2024
Merged

gh-126662: harmonize naming for three namedtuple base classes in urllib.parse#126663
gpshead merged 1 commit into
python:mainfrom
tungol:naming-urllib

Conversation

@tungol

Copy link
Copy Markdown
Contributor

This MR improves naming consistency for three private namedtuples in urllib.parse. This isn't very important, but the consistency helps typeshed. I figured I'd start MRs for gh-126662 with a low-stakes one.

@gpsheadgpshead 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.

confirmed, this is basically a no-op. nobody ever sees these private base types. may as well have them line up.

@gpsheadgpshead added skip news stdlib Standard Library Python modules in the Lib/ directory labels Nov 24, 2024
@gpshead
gpshead merged commit a4d4c1e into python:mainNov 24, 2024
@tungol
tungol deleted the naming-urllib branch November 24, 2024 02:41
ebonnal pushed a commit to ebonnal/cpython that referenced this pull request Jan 12, 2025
…n urllib.parse (pythonGH-126663)
harmonize naming for three namedtuple base classes in urllib.parse
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newsstdlibStandard Library Python modules in the Lib/ directory

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@tungol@gpshead