commit | d0b592f8e8409a4987932a3c7e021e241a090a7d | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu May 29 07:45:26 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Thu May 29 07:45:26 2008 +0000 |
tree | 1a17d212216d3e24d03e0d4cd56db7a4e534d7e3 | |
parent | b77e888f415d72d028361952692006a38c2473c8 [diff] [blame] |
#2985: allow i8 in XMLRPC responses.
diff --git a/Lib/xmlrpclib.py b/Lib/xmlrpclib.py index d635a4e..f600de7 100644 --- a/Lib/xmlrpclib.py +++ b/Lib/xmlrpclib.py
@@ -897,6 +897,7 @@ self.append(int(data)) self._value = 0 dispatch["i4"] = end_int + dispatch["i8"] = end_int dispatch["int"] = end_int def end_double(self, data):