Antoine Pitrou <[email protected]> added the comment: > 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. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue9962> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
