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 flox, loewis, pitrou, r.david.murray, vstinner
Date 2010-04-15.23:20:24
SpamBayes Score 0.0070929956
Marked as misclassified No
Message-id <1271373626.69.0.127947858045.issue7606@psf.upfronthosting.co.za>
In-reply-to
Content
What do you think about my solution (convert the traceback to ASCII to avoid the encoding issue)? If you would like to support non-ASCII characters in HTTP headers, you should open a new issue. For the compatibility, I prefer to use pure ASCII headers because I fear that third party programs doesn't support non-ASCII headers.
History
Date User Action Args
2010-04-15 23:20:26vstinnersetrecipients: + vstinner, loewis, pitrou, r.david.murray, flox
2010-04-15 23:20:26vstinnersetmessageid: <1271373626.69.0.127947858045.issue7606@psf.upfronthosting.co.za>
2010-04-15 23:20:24vstinnerlinkissue7606 messages
2010-04-15 23:20:24vstinnercreate