mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +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 @@ class Transport:
|
|||
|
||||
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