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 Arfrever, ishimoto, loewis, methane, mrabarnett, ncoghlan, pitrou, serhiy.storchaka, vstinner
Date 2012-08-07.02:09:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344305343.64.0.400571753503.issue15216@psf.upfronthosting.co.za>
In-reply-to
Content
> My implementation permits to change both (encoding, errors, encoding and errors).

We may also add a set_errors() method:

def set_errors(self, errors):
   self.set_encoding(self.encoding, errors)
History
Date User Action Args
2012-08-07 02:09:03vstinnersetrecipients: + vstinner, loewis, ishimoto, ncoghlan, pitrou, mrabarnett, Arfrever, methane, serhiy.storchaka
2012-08-07 02:09:03vstinnersetmessageid: <1344305343.64.0.400571753503.issue15216@psf.upfronthosting.co.za>
2012-08-07 02:09:03vstinnerlinkissue15216 messages
2012-08-07 02:09:03vstinnercreate