Message 77904 - Python tracker (original) (raw)
Message77904
Author | pitrou |
---|---|
Recipients | amaury.forgeotdarc, beazley, christian.heimes, donmez, georg.brandl, giampaolo.rodola, pitrou, rhettinger, wplappert |
Date | 2008-12-16.13:50:34 |
SpamBayes Score | 1.5853653e-05 |
Marked as misclassified | No |
Message-id | <1229435429.10551.4.camel@localhost> |
In-reply-to | 1229434020.01.0.593219777625.issue4561@psf.upfronthosting.co.za |
Content |
---|
> I don't agree that that was a worthy design goal. I don't necessarily agree either, but it's probably too late now. The py3k buffered IO object has additional methods (e.g. peek(), read1()) which can be used by upper layers (text IO) and so can't be replaced with the old 2.x file object. In any case, Amaury has started rewriting the IO lib in C (*) and getting good binary IO performance shouldn't be too difficult. (*) http://svn.python.org/view/sandbox/trunk/io-c/ |
History | |||
---|---|---|---|
Date | User | Action | Args |
2008-12-16 13:50:36 | pitrou | set | recipients: + pitrou, georg.brandl, rhettinger, beazley, amaury.forgeotdarc, giampaolo.rodola, christian.heimes, donmez, wplappert |
2008-12-16 13:50:35 | pitrou | link | issue4561 messages |
2008-12-16 13:50:35 | pitrou | create |