Message 100716 - Python tracker

Message100716

Author doerwalter
Recipients doerwalter, lemburg, loewis, vstinner
Date 2010-03-09.11:55:53
SpamBayes Score 0.0005162347
Marked as misclassified No
Message-id <1268135754.88.0.903955158863.issue8092@psf.upfronthosting.co.za>
In-reply-to
Content
After the patch the comment:

/* Implementation limitations: only support error handler that return
    bytes, and only support up to four replacement bytes. */

no longer applies.

Also I would like to see a version of this patch where the length limitation for the replacement returned from the error handler is removed (ideally for both the str and bytes case).
History
Date User Action Args
2010-03-09 11:55:55doerwaltersetrecipients: + doerwalter, lemburg, loewis, vstinner
2010-03-09 11:55:54doerwaltersetmessageid: <1268135754.88.0.903955158863.issue8092@psf.upfronthosting.co.za>
2010-03-09 11:55:53doerwalterlinkissue8092 messages
2010-03-09 11:55:53doerwaltercreate