diff options
Diffstat (limited to 'Lib/xmlrpclib.py')
-rw-r--r-- | Lib/xmlrpclib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/xmlrpclib.py b/Lib/xmlrpclib.py index f47a65a5ef..5714b0da0c 100644 --- a/Lib/xmlrpclib.py +++ b/Lib/xmlrpclib.py @@ -1245,7 +1245,7 @@ class Transport: self.verbose = verbose - return self._parse_response(h.getfile()) + return self.parse_response(h.getfile()) ## # Create parser. |