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 pitrou, vstinner
Date 2009-03-14.00:49:57
SpamBayes Score 0.00013209821
Marked as misclassified No
Message-id <1236991800.72.0.888731743725.issue5006@psf.upfronthosting.co.za>
In-reply-to
Content
One possible solution would be to call tell() in the TextIOWrapper
constructor, and then decoder.setstate((b"", 0)) if the current pos is >0.
History
Date User Action Args
2009-03-14 00:50:00pitrousetrecipients: + pitrou, vstinner
2009-03-14 00:50:00pitrousetmessageid: <1236991800.72.0.888731743725.issue5006@psf.upfronthosting.co.za>
2009-03-14 00:49:57pitroulinkissue5006 messages
2009-03-14 00:49:57pitroucreate