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 mzabaluev
Recipients
Date 2001-09-10.21:55:47
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
A codecs.StreamWriter subclass can presumably hold
state between subsequent .write()'s. Its .reset()
method should probably finalize encoding as the end of
input would do.
Would it be reasonable to define the default
implementation of codecs.StreamWriter.close(self) which
calls codecs.StreamWriter.reset(self), then closes the
underlying stream? Same for
codecs.StreamWriter.__del__(self)?
History
Date User Action Args
2008-01-20 09:59:14adminlinkissue460474 messages
2008-01-20 09:59:14admincreate