[Python-checkins] r61220 - python/trunk/Misc/NEWS

andrew.kuchling python-checkins at python.org
Tue Mar 4 02:48:26 CET 2008


Author: andrew.kuchling
Date: Tue Mar  4 02:48:26 2008
New Revision: 61220

Modified:
   python/trunk/Misc/NEWS
Log:
Typo fix

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Tue Mar  4 02:48:26 2008
@@ -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.
 


More information about the Python-checkins mailing list