Clarify, for BaseHTTPRequestHandler, that path includes query #16884
Conversation
Can someone please add |
The content looks good to me. Please make sure to format it at 80 column wrap for better readability. |
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
@drj11, please make the requested changes. Thanks! |
Superseded by #25597 |
A minor improvement to the documentation for BaseHTTPRequestHandler in the
http.server
library.Pointing that the
path
attribute also includes thequery
part, when present.