mirror of https://github.com/python/cpython
fix test_xmlrpc failures #4939
This commit is contained in:
parent
b54447f31c
commit
717c083e8d
|
@ -1245,7 +1245,7 @@ class Transport:
|
|||
|
||||
self.verbose = verbose
|
||||
|
||||
return self._parse_response(h.getfile())
|
||||
return self.parse_response(h.getfile())
|
||||
|
||||
##
|
||||
# Create parser.
|
||||
|
|
Loading…
Reference in New Issue