Kaydet (Commit) bf68c78a authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Fix SF bug #747348 docstring mistake in BaseHTTPServer.py. \n\nBackport Candidate

üst 0741f801
......@@ -218,7 +218,7 @@ class BaseHTTPRequestHandler(SocketServer.StreamRequestHandler):
def parse_request(self):
"""Parse a request (internal).
The request should be stored in self.raw_request; the results
The request should be stored in self.raw_requestline; the results
are in self.command, self.path, self.request_version and
self.headers.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment