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 serhiy.storchaka
Recipients amaury.forgeotdarc, ezio.melotti, r.david.murray, serhiy.storchaka, vstinner, wrohdewald
Date 2014-12-03.07:50:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417593008.87.0.460263139809.issue22746@psf.upfronthosting.co.za>
In-reply-to
Content
We can convert cgitb.hook to produce ASCII-compatible output with charrefs in 3.x. But there is a problem with str in 2.7. 8-bit string can contain non-ASCII data and the encoding is not known in general case.
History
Date User Action Args
2014-12-03 07:50:08serhiy.storchakasetrecipients: + serhiy.storchaka, amaury.forgeotdarc, vstinner, ezio.melotti, r.david.murray, wrohdewald
2014-12-03 07:50:08serhiy.storchakasetmessageid: <1417593008.87.0.460263139809.issue22746@psf.upfronthosting.co.za>
2014-12-03 07:50:08serhiy.storchakalinkissue22746 messages
2014-12-03 07:50:08serhiy.storchakacreate