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 pitrou
Recipients Alex Quinn, barry, dato, pitrou, r.david.murray, tercero12
Date 2010-09-21.23:18:12
SpamBayes Score 0.015167953
Marked as misclassified No
Message-id <1285111094.32.0.45192540694.issue4661@psf.upfronthosting.co.za>
In-reply-to
Content
A couple of comments:
- what is `str(self.get_param('charset', 'ascii'))` supposed to achieve? does get_param() return a bytes object?
- instead of ascii+surrogateescape, you could simply use latin1
History
Date User Action Args
2010-09-21 23:18:14pitrousetrecipients: + pitrou, barry, r.david.murray, dato, tercero12, Alex Quinn
2010-09-21 23:18:14pitrousetmessageid: <1285111094.32.0.45192540694.issue4661@psf.upfronthosting.co.za>
2010-09-21 23:18:12pitroulinkissue4661 messages
2010-09-21 23:18:12pitroucreate