-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
Document parse_headers function of http.client #65456
Comments
It is undocumented. While fixing a doc issue bpo-18229 for http.server I noticed that I referenced that function and when I looked up for the documentation, it was lacking. |
See also bpo-23439, about updating __all__ (or not updating __all__, as it seems to be turning into) |
Left a super minor comment in Rietveld, but otherwise LGTM. |
Ignore my previous comment. It was intended for bpo-23439. |
And this really should likely now be closed as a duplicate of bpo-23439. |
This is a different issue than bpo-23439. BaseHTTPRequestHandler.headers documentation mentions about parse_headers function, the function itself is not documented. See https://docs.python.org/3/library/http.server.html#http.server.BaseHTTPRequestHandler.headers |
Not entirely sure what I was thinking here. I was under the impression that the docs for parse_headers had been added in the linked issue. Thanks for pointing that out. |
This seems complete. Can it be closed? |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: