[Python-checkins] python/dist/src/Doc/whatsnew whatsnew24.tex, 1.31, 1.32

A.M. Kuchling amk at amk.ca
Fri Feb 13 14:14:59 EST 2004


On Fri, Feb 13, 2004 at 11:00:11AM -0800, rhettinger at users.sourceforge.net wrote:
> +  for speed and for space efficiency.  Small lists (under six bytes)
> +  never over-allocate by more than one byte.  Large lists do not

Should that be "one element", not "one byte"?

> +  use of the underlying system realloc().  List comprehensions also

\cfunction{realloc()}.

--amk



More information about the Python-checkins mailing list