commit | c6511a851e7c187876bd5f31b67f3d92e6be2118 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Tue Mar 04 01:48:26 2008 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Tue Mar 04 01:48:26 2008 +0000 |
tree | f52758b58f519cfb906b4850d4468d651e4cd654 | |
parent | 684868ac90a064c91c4387e30ba8afe23212d80b [diff] [blame] |
Typo fix
diff --git a/Misc/NEWS b/Misc/NEWS index 0ccb018..4fac859 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -59,7 +59,7 @@ - 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.