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 pitrou
Recipients amaury.forgeotdarc, lemburg, pitrou, vstinner
Date 2009-01-19.21:27:41
SpamBayes Score 8.6409096e-07
Marked as misclassified No
Message-id <1232400462.41.0.336183679251.issue4862@psf.upfronthosting.co.za>
In-reply-to
Content
I support Amaury's suggestion (actually I implemented it in the io-c
branch). Resetting the decoder when seeking to the beginning of the
stream is a reasonable way to deal with those incremental decoders for
which the start state is something else than (b"", 0).

(and, you're right, opening in append mode is a different problem...)
History
Date User Action Args
2009-01-19 21:27:42pitrousetrecipients: + pitrou, lemburg, amaury.forgeotdarc, vstinner
2009-01-19 21:27:42pitrousetmessageid: <1232400462.41.0.336183679251.issue4862@psf.upfronthosting.co.za>
2009-01-19 21:27:41pitroulinkissue4862 messages
2009-01-19 21:27:41pitroucreate