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 <[email protected]>
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: <[email protected]>
2009-03-14 00:49:57pitroulinkissue5006 messages
2009-03-14 00:49:57pitroucreate