Clarify, for BaseHTTPRequestHandler, that path includes query#16884
Clarify, for BaseHTTPRequestHandler, that path includes query#16884drj11 wants to merge 1 commit intopython:masterfrom
Conversation
|
Can someone please add |
orsenthil
left a comment
There was a problem hiding this comment.
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.serverlibrary.Pointing that the
pathattribute also includes thequerypart, when present.