[issue10336] test_xmlrpc fails if gzip is not supported by client
Hirokazu Yamamoto
report at bugs.python.org
Sat Nov 6 11:57:18 CET 2010
New submission from Hirokazu Yamamoto <ocean-city at m2.ccsnet.ne.jp>:
In test_xmlrpc.py,
def test_gsip_response(self):
# (sniP)
self.assertTrue(a>b)
last line can fail if gzip is not supported by client.
(gzip is not set in HTTP header's Accept-Encoding)
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10336>
_______________________________________
More information about the Python-bugs-list
mailing list