what happens when the file begin read is too big for all lines tobe?read with "readlines()"

Mike Meyer mwm at mired.org
Sun Nov 20 19:06:41 EST 2005


"Ross Reyes" <rossreyes at rcn.com> writes:

> Yes, I have read this part....
> How does one tell exactly what the limitation is to the size of  the
> returned list of strings?

There's not really a good platform-indendent way to do that, because
you'll get memory until the OS won't give you any more.

       <mike
-- 
Mike Meyer <mwm at mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.



More information about the Python-list mailing list