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:57:15
SpamBayes Score 0.037044182
Marked as misclassified No
Message-id <1289041038.52.0.266218953067.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)
History
Date User Action Args
2010-11-06 10:57:18ocean-citysetrecipients: + ocean-city
2010-11-06 10:57:18ocean-citysetmessageid: <1289041038.52.0.266218953067.issue10336@psf.upfronthosting.co.za>
2010-11-06 10:57:16ocean-citylinkissue10336 messages
2010-11-06 10:57:15ocean-citycreate