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 glebourgeois
Recipients ezio.melotti, glebourgeois, mrabarnett, serhiy.storchaka, vstinner
Date 2013-10-17.15:07:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382022450.9.0.335199564648.issue19279@psf.upfronthosting.co.za>
In-reply-to
Content
My fault, bad paste. Should have written : 

>>> content = b'+1911\' rel=\'stylesheet\' type=\'text/css\' />\n<link rel="alternate" type="application/rss+xml'
>>> codecs.utf_7_decode(content, "replace", True)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
SystemError: invalid maximum character passed to PyUnicode_New
History
Date User Action Args
2013-10-17 15:07:30glebourgeoissetrecipients: + glebourgeois, vstinner, ezio.melotti, mrabarnett, serhiy.storchaka
2013-10-17 15:07:30glebourgeoissetmessageid: <1382022450.9.0.335199564648.issue19279@psf.upfronthosting.co.za>
2013-10-17 15:07:30glebourgeoislinkissue19279 messages
2013-10-17 15:07:30glebourgeoiscreate