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 rbcollins
Recipients gregory.p.smith, kristjan.jonsson, pitrou, rbcollins
Date 2009-05-11.09:02:04
SpamBayes Score 2.7046097e-05
Marked as misclassified No
Message-id <1242032517.8026.74.camel@lifeless-64>
In-reply-to <1242032185.57.0.437214445534.issue5804@psf.upfronthosting.co.za>
Content
Well, I think its relatively uncommon to be doing such a loop with a
static buffer anyway - often you'll instead be reading from disk or a
network stream; if we could make those cases simpler and avoid copying
that would be great.

Anyhow, no strong opinions here, just saw it going by before added my
2c.

-Rob
History
Date User Action Args
2009-05-11 09:02:06rbcollinssetrecipients: + rbcollins, gregory.p.smith, pitrou, kristjan.jonsson
2009-05-11 09:02:04rbcollinslinkissue5804 messages
2009-05-11 09:02:04rbcollinscreate