It's a *hint*, remember? :-) It does work, it's just rounded up to a fairly large number in some implementations.
On Fri, Apr 5, 2013 at 11:24 AM, Giampaolo Rodolà <[email protected]> wrote: > 2013/4/5 INADA Naoki <[email protected]>: >> The builtin open() was replaced with io.open(). >> It's difference between file.readlines() and io.IOBase.readlines(). > > Should that justify this difference in behavior? > Apparently on 2.X sizehint does not have any effect as far as I can see. > > --- Giampaolo > https://code.google.com/p/pyftpdlib/ > https://code.google.com/p/psutil/ > https://code.google.com/p/pysendfile/ > _______________________________________________ > Python-Dev mailing list > [email protected] > http://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: > http://mail.python.org/mailman/options/python-dev/guido%40python.org -- --Guido van Rossum (python.org/~guido) _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
