X Tutup
The Wayback Machine - https://web.archive.org/web/20260307211901/https://github.com/python/cpython/pull/113593
Skip to content

"Lib/http/server.py": Canonicalize the case of "Content-Type".#113593

Closed
MasterInQuestion wants to merge 1 commit intopython:mainfrom
MasterInQuestion:patch-2
Closed

"Lib/http/server.py": Canonicalize the case of "Content-Type".#113593
MasterInQuestion wants to merge 1 commit intopython:mainfrom
MasterInQuestion:patch-2

Conversation

@MasterInQuestion
Copy link

    Replace all "Content-type" to "Content-Type".

	Replace all "Content-type" to "Content-Type".
@bedevere-app
Copy link

bedevere-app bot commented Dec 31, 2023

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

@serhiy-storchaka
Copy link
Member

Please open an issue for discussion. There are also occurrences of "Content-type" in other files, so this can be a larger change.

@MasterInQuestion
Copy link
Author

    Probably. Just I'm not interested to further bother.

@MasterInQuestion
Copy link
Author

    The minor change makes sense for this file, still.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup