Message207375
Addition to the list of improvements:
* Under codecs.IncrementalEncoder.reset() it mentions calling encode('', final=True). This call does not work as written for the byte encoders in my experience, because they do not accept empty text strings. Perhaps it should just say to use the final=True flag with no data. |
|
Date |
User |
Action |
Args |
2014-01-05 13:51:51 | martin.panter | set | recipients:
+ martin.panter, lemburg, ncoghlan, zuo, docs@python, BreamoreBoy |
2014-01-05 13:51:51 | martin.panter | set | messageid: <1388929911.53.0.307323221469.issue19548@psf.upfronthosting.co.za> |
2014-01-05 13:51:51 | martin.panter | link | issue19548 messages |
2014-01-05 13:51:51 | martin.panter | create | |
|