It will also document the optional directory parameter of CGIHTTPRequestHandler(request, client_address, server, directory=None) inherited from SimpleHTTPRequestHandler(request, client_address, server, directory=None).
The text was updated successfully, but these errors were encountered:
Why? Please provide a reason and rationale for your changes. It makes it easier to decide if one should go to the next step of implementing a change. It also makes it easier to review the proposed change.
We should also document the optional directory parameter of CGIHTTPRequestHandler(request, client_address, server, directory=None) inherited from SimpleHTTPRequestHandler(request, client_address, server, directory=None).
Ditto; explain why. Don't just say "we should". Explain the problem with the status quo. Explain the possible benefits of a possible change.
The linked PR will clarify the descriptions of methods and attributes in the
http.server
documentation using RFC 7230 terminology.It will also document the optional
directory
parameter ofCGIHTTPRequestHandler(request, client_address, server, directory=None)
inherited fromSimpleHTTPRequestHandler(request, client_address, server, directory=None)
.The text was updated successfully, but these errors were encountered: