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 nirai, pitrou
Date 2010-10-01.11:15:58
SpamBayes Score 0.0054923804
Marked as misclassified No
Message-id <1285931755.3188.0.camel@localhost.localdomain>
In-reply-to <1285927315.72.0.131138059316.issue9962@psf.upfronthosting.co.za>
Content
> Should be min(n, 1024) instead of max(...)

Well, no, because we want to buffer a non-trivial amount of bytes for
the next accesses. So, if n < 1024, buffer at least 1024 bytes.
History
Date User Action Args
2010-10-01 11:16:00pitrousetrecipients: + pitrou, nirai
2010-10-01 11:15:58pitroulinkissue9962 messages
2010-10-01 11:15:58pitroucreate