diff --git a/Lib/xmlrpclib.py b/Lib/xmlrpclib.py index f47a65a5ef4..5714b0da0c6 100644 --- a/Lib/xmlrpclib.py +++ b/Lib/xmlrpclib.py @@ -1245,7 +1245,7 @@ def request(self, host, handler, request_body, verbose=0): self.verbose = verbose - return self._parse_response(h.getfile()) + return self.parse_response(h.getfile()) ## # Create parser.