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 lemburg
Recipients amaury.forgeotdarc, arigo, gz, hyeshik.chang, lemburg, vstinner
Date 2011-05-25.08:23:14
SpamBayes Score 9.7662916e-05
Marked as misclassified No
Message-id <4DDCBC6E.5000703@egenix.com>
In-reply-to <1306273701.0.0.285113776535.issue12171@psf.upfronthosting.co.za>
Content
Amaury Forgeot d'Arc wrote:
> 
> Amaury Forgeot d'Arc <amauryfa@gmail.com> added the comment:
> 
> Do we need an additional method? It seems that this reset() could also be written encoder.encode('', final=True)

+1

I think that's a much more natural way to implement "finalize the
encoding output without adding any data to it".
History
Date User Action Args
2011-05-25 08:23:15lemburgsetrecipients: + lemburg, arigo, amaury.forgeotdarc, hyeshik.chang, vstinner, gz
2011-05-25 08:23:15lemburglinkissue12171 messages
2011-05-25 08:23:14lemburgcreate