mirror of
https://github.com/python/cpython.git
synced 2026-02-13 19:04:37 +00:00
fix test_xmlrpc failures #4939
This commit is contained in:
parent
b54447f31c
commit
717c083e8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue