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 doerwalter
Recipients
Date 2006-03-18.15:24:28
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=89016

What other interpretation of the final parameter can we use
that doesn't make it completely useless? What about the
following: "If final is true the codec must encode/decode
the input completely and must flush all buffers. If this
isn't possible (e.g. because of incomplete byte sequences on
decoding) it must raise an exception (unless prevented by an
error handler)"?
History
Date User Action Args
2007-08-23 15:46:21adminlinkissue1443155 messages
2007-08-23 15:46:21admincreate