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 vstinner
Recipients orsenthil, pitrou, vstinner
Date 2011-03-20.23:10:18
SpamBayes Score 0.0006188988
Marked as misclassified No
Message-id <1300662618.97.0.626457056951.issue11617@psf.upfronthosting.co.za>
In-reply-to
Content
Another example on x86 OpenIndiana 3.2:

test test_httpservers failed -- Traceback (most recent call last):
  File "/export/home/buildbot/32bits/3.2.cea-indiana-x86/build/Lib/test/test_httpservers.py", line 210, in test_latin1_header
    self.assertEqual(res.getheader('X-Special'), 'D\xe4ngerous Mind')
AssertionError: None != 'D\xe4ngerous Mind'
History
Date User Action Args
2011-03-20 23:10:19vstinnersetrecipients: + vstinner, orsenthil, pitrou
2011-03-20 23:10:18vstinnersetmessageid: <1300662618.97.0.626457056951.issue11617@psf.upfronthosting.co.za>
2011-03-20 23:10:18vstinnerlinkissue11617 messages
2011-03-20 23:10:18vstinnercreate