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, brett.cannon, christian.heimes, georg.brandl, gvanrossum, pitrou
Date 2008-05-06.20:03:12
SpamBayes Score 0.083656564
Marked as misclassified No
Message-id <1210104197.24.0.440097948413.issue1751@psf.upfronthosting.co.za>
In-reply-to
Content
Patch committed in r62778.

Antoine wrote:
> Also, I stand by the suggestion I made about the resizing logic, but it
> shouldn't be a showstopper either. We can improve that later.

I made your suggested change to the resizing logic. Thanks again for the
review! 

> By the way, is someone already working on a C-accelerated TextIO?

Yes. I was waiting to commit the C optimization for io.BytesIO, before
continuing the one for io.StringIO. The implementation is mostly
done---it just needs to be updated with respect to the recent changes to
TextIO.
History
Date User Action Args
2008-05-06 20:03:17alexandre.vassalottisetspambayes_score: 0.0836566 -> 0.083656564
recipients: + alexandre.vassalotti, gvanrossum, brett.cannon, georg.brandl, pitrou, christian.heimes
2008-05-06 20:03:17alexandre.vassalottisetspambayes_score: 0.0836566 -> 0.0836566
messageid: <1210104197.24.0.440097948413.issue1751@psf.upfronthosting.co.za>
2008-05-06 20:03:15alexandre.vassalottilinkissue1751 messages
2008-05-06 20:03:14alexandre.vassalotticreate