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 barry
Recipients barry, benjamin.peterson, ezio.melotti, georg.brandl, glebourgeois, larry, mrabarnett, ncoghlan, piotr.dobrogost, serhiy.storchaka, vstinner
Date 2013-10-18.14:33:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382106798.34.0.881425573677.issue19279@psf.upfronthosting.co.za>
In-reply-to
Content
2.6.9 doesn't produce a SystemError afaict:

Python 2.6.9rc1+ (unknown, Oct 18 2013, 10:29:22) 
[GCC 4.4.3] on linux3
Type "help", "copyright", "credits" or "license" for more information.
>>> content = b'+1911\' rel=\'stylesheet\' type=\'text/css\' />\n<link rel="alternate" type="application/rss+xml'
>>> content.decode("utf-7", "replace")
u'\ud7dd\ufffd rel=\'stylesheet\' type=\'text\ufffdcss\' \ufffd>\n<link rel="alternate" type="application\ufffdrss\uc669\ufffd'
History
Date User Action Args
2013-10-18 14:33:18barrysetrecipients: + barry, georg.brandl, ncoghlan, vstinner, larry, benjamin.peterson, ezio.melotti, mrabarnett, piotr.dobrogost, serhiy.storchaka, glebourgeois
2013-10-18 14:33:18barrysetmessageid: <1382106798.34.0.881425573677.issue19279@psf.upfronthosting.co.za>
2013-10-18 14:33:18barrylinkissue19279 messages
2013-10-18 14:33:18barrycreate