Message61066
| 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:14 | admin | link | issue460474 messages |
| 2008年01月20日 09:59:14 | admin | create |
|