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 benjamin.peterson, fabioz, mark.dickinson, pitrou, vstinner
Date 2009-01-25.21:36:56
SpamBayes Score 0.0006122776
Marked as misclassified No
Message-id <1232919445.6616.18.camel@localhost>
In-reply-to <1232919248.6616.15.camel@localhost>
Content
Thinking about it, TextIOWrapper has its own input buffering (the
`decoded_chars` attribute), so your use case would probably not be
satisfied.

(and disabling TextIOWrapper's internal buffering would be a bad idea
since it would make it horribly slow)
History
Date User Action Args
2009-01-25 21:36:57pitrousetrecipients: + pitrou, mark.dickinson, vstinner, fabioz, benjamin.peterson
2009-01-25 21:36:56pitroulinkissue4705 messages
2009-01-25 21:36:56pitroucreate