Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ThreadingHTTPServer missing from http.server stub #3217

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

Closed
stephen-dexda opened this issue Sep 2, 2019 · 2 comments · Fixed by #3232
Closed

ThreadingHTTPServer missing from http.server stub #3217

stephen-dexda opened this issue Sep 2, 2019 · 2 comments · Fixed by #3232
Labels
stubs: incomplete Annotations or sub-modules missing from an existing package or module

Comments

@stephen-dexda
Copy link

Was added to http.server in 3.7: https://docs.python.org/3/library/http.server.html#http.server.ThreadingHTTPServer

Missing from https://github.com/python/typeshed/blob/master/stdlib/3/http/server.pyi

Looks like it got missed from #1965?

@srittau
Copy link
Collaborator

srittau commented Sep 2, 2019

Patches welcome!

@srittau srittau added size-small stubs: incomplete Annotations or sub-modules missing from an existing package or module labels Sep 2, 2019
@Hanaasagi
Copy link
Contributor

If nobody is working on this, I am willing to do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stubs: incomplete Annotations or sub-modules missing from an existing package or module
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants