From 717c083e8d78cf3814a496284c28748834f2bf91 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 13 Jan 2009 23:43:50 +0000 Subject: fix test_xmlrpc failures #4939 --- Lib/xmlrpclib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/xmlrpclib.py b/Lib/xmlrpclib.py index f47a65a..5714b0d 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. -- cgit v0.12