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 rosslagerwall
Recipients anacrolix, giampaolo.rodola, loewis, pitrou, rosslagerwall
Date 2011-02-06.04:31:44
SpamBayes Score 4.195972e-06
Marked as misclassified No
Message-id <1296966705.33.0.861637152167.issue10882@psf.upfronthosting.co.za>
In-reply-to
Content
For trailers to work, I think the line:
  self.assertEqual(data, "abcde12345")
should be:
  self.assertEqual(data, b"abcde12345")

Also not that tests like this:
  if not sys.platform.startswith('linux'):

perhaps should also include solaris since it doesn't support headers/trailers either.
History
Date User Action Args
2011-02-06 04:31:45rosslagerwallsetrecipients: + rosslagerwall, loewis, pitrou, giampaolo.rodola, anacrolix
2011-02-06 04:31:45rosslagerwallsetmessageid: <1296966705.33.0.861637152167.issue10882@psf.upfronthosting.co.za>
2011-02-06 04:31:44rosslagerwalllinkissue10882 messages
2011-02-06 04:31:44rosslagerwallcreate