New submission from Hirokazu Yamamoto <ocean-c...@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) ====================================================================== FAIL: test_gsip_response (__main__.GzipServerTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "e:\python-dev\py3k\lib\test\test_xmlrpc.py", line 722, in test_gsip_resp onse self.assertTrue(a>b) AssertionError: False is not True ---------- components: Library (Lib) messages: 120602 nosy: ocean-city priority: normal severity: normal status: open title: test_xmlrpc fails if gzip is not supported by client versions: Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue10336> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com