This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ocean-city
Recipients ocean-city
Date 2010-11-06.10:55:13
SpamBayes Score 0.0010587355
Marked as misclassified No
Message-id <1289040917.15.0.713563652016.issue10336@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2010-11-06 10:56:07ocean-cityunlinkissue10336 messages
2010-11-06 10:55:17ocean-citysetrecipients: + ocean-city
2010-11-06 10:55:17ocean-citysetmessageid: <1289040917.15.0.713563652016.issue10336@psf.upfronthosting.co.za>
2010-11-06 10:55:14ocean-citylinkissue10336 messages
2010-11-06 10:55:13ocean-citycreate