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 brett.cannon, eric.araujo, lemburg, loewis, meatballhat, pitrou, rhettinger, vstinner
Date 2011-05-23.21:23:30
SpamBayes Score 0.003925749
Marked as misclassified No
Message-id <1306185807.3548.0.camel@localhost.localdomain>
In-reply-to <1306167681.22.0.0519616958649.issue8796@psf.upfronthosting.co.za>
Content
> TextIOWrapper() is conceptually something completely different. It's
> more something like StreamReaderWriter().

That's a rather strange assertion. Can you expand?
TextIOWrapper supports read-only, write-only, read-write, unseekable and
seekable streams.
History
Date User Action Args
2011-05-23 21:23:31pitrousetrecipients: + pitrou, lemburg, loewis, brett.cannon, rhettinger, vstinner, eric.araujo, meatballhat
2011-05-23 21:23:30pitroulinkissue8796 messages
2011-05-23 21:23:30pitroucreate