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

neal.norwitz python-checkins at python.org
Fri Oct 5 07:29:17 CEST 2007


Author: neal.norwitz
Date: Fri Oct  5 07:29:17 2007
New Revision: 58334

Modified:
   python/trunk/Misc/NEWS
Log:
Add a note about fixing some more warnings found by Coverity.

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Fri Oct  5 07:29:17 2007
@@ -12,6 +12,8 @@
 Core and builtins
 -----------------
 
+- Fix warnings found by the new version of the Coverity checker.
+
 - The enumerate() builtin function is no longer bounded to sequences smaller
   than LONG_MAX.  Formerly, it raised an OverflowError.  Now, automatically
   shifts from ints to longs.


More information about the Python-checkins mailing list