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 alexandre.vassalotti
Recipients alexandre.vassalotti, amaury.forgeotdarc, christian.heimes, draghuram, gvanrossum
Date 2007-11-08.01:51:58
SpamBayes Score 0.026793389
Marked as misclassified No
Message-id <acd65fa20711071751w2cdca48cmdec3a858cf572097@mail.gmail.com>
In-reply-to <ca471dc20711071605p35cc14dfi6fa85878e109077c@mail.gmail.com>
Content
On 11/7/07, Guido van Rossum wrote:
> Cool. How hard do you think it would be to extend your work on
> StringIO into a translation of TextIOWrapper into C?

Well, StringIO and TextIOWrapper are quite different. The only part
that I could reuse, from StringIO, would be the newline translation
facilities. I think that a perfect translation to C of the current
Python implementation of TextIOWrapper will be burdensome (due to
things like function annotations) but not too hard to do.

Nevertheless, that would be neat project for me. I could start to work
it by mid-December, along with the other performance enhancements I
have in mind.
History
Date User Action Args
2007-11-08 01:51:59alexandre.vassalottisetspambayes_score: 0.0267934 -> 0.026793389
recipients: + alexandre.vassalotti, amaury.forgeotdarc, draghuram, christian.heimes
2007-11-08 01:51:59alexandre.vassalottilinkissue1395 messages
2007-11-08 01:51:58alexandre.vassalotticreate