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 ezio.melotti
Recipients ezio.melotti, lemburg, spatz123, vstinner
Date 2011-09-21.12:23:35
SpamBayes Score 6.4842384e-06
Marked as misclassified No
Message-id <1316607815.81.0.973971741836.issue12508@psf.upfronthosting.co.za>
In-reply-to
Content
AFAIU final means:
  * final=0: I'm passing in a few bytes, but there are more to come, so if the last byte(s) doesn't make sense on its own (e.g. it's a start byte but the continuation bytes are missing), wait for the others before raising an error;
  * final=1: these are the last bytes, so if the last byte(s) doesn't make sense raise an error (or ignore/replace) because there won't be other bytes that might turn that in a well-formed byte sequence.
History
Date User Action Args
2011-09-21 12:23:35ezio.melottisetrecipients: + ezio.melotti, lemburg, vstinner, spatz123
2011-09-21 12:23:35ezio.melottisetmessageid: <1316607815.81.0.973971741836.issue12508@psf.upfronthosting.co.za>
2011-09-21 12:23:35ezio.melottilinkissue12508 messages
2011-09-21 12:23:35ezio.melotticreate