Skip to content

Commit 7e07bab

Browse files
author
benjamin.peterson
committed
fix test_xmlrpc failures #4939
git-svn-id: http://svn.python.org/projects/python/trunk@68597 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 613a17e commit 7e07bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Lib/xmlrpclib.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ def request(self, host, handler, request_body, verbose=0):
12451245

12461246
self.verbose = verbose
12471247

1248-
return self._parse_response(h.getfile())
1248+
return self.parse_response(h.getfile())
12491249

12501250
##
12511251
# Create parser.

0 commit comments

Comments
 (0)