From: Andrew M. Kuchling Date: Tue, 4 Mar 2008 01:48:26 +0000 (+0000) Subject: Typo fix X-Git-Tag: v2.6a2~404 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6511a851e7c187876bd5f31b67f3d92e6be2118;p=python Typo fix --- diff --git a/Misc/NEWS b/Misc/NEWS index 0ccb018360..4fac8599a6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -59,7 +59,7 @@ Core and builtins - Fixed repr() and str() of complex numbers with infinity or nan as real or imaginary part. -- Clear all free list during a gc.collect() of the highest generation in order +- Clear all free lists during a gc.collect() of the highest generation in order to allow pymalloc to free more arenas. Python may give back memory to the OS earlier.