Skip to content

Deprecate CGIHTTPRequestHandler #13658

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 18, 2025
Merged

Deprecate CGIHTTPRequestHandler #13658

merged 3 commits into from
Mar 18, 2025

Conversation

donBarbos
Copy link
Contributor

why mention the executable function?
it is an internal function for CGIHTTPRequestHandler and it is also undocumented.

if you want to create stubs for all functions that do not start with _ then there is also nobody_uid (another internal function)

Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@srittau
Copy link
Collaborator

srittau commented Mar 18, 2025

Yes, we generally include all functions not starting with _. One of the reasons is that otherwise those functions get flagged by stubtest. Another reason is that people tend to use these functions, even if they are not documented.

Copy link
Collaborator

@srittau srittau left a comment

Choose a reason for hiding this comment

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

Thanks!

@srittau srittau merged commit b733e57 into python:main Mar 18, 2025
55 checks passed
mmingyu pushed a commit to mmingyu/typeshed that referenced this pull request May 16, 2025
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.

2 participants