]> granicus.if.org Git - python/commitdiff
Add a note about fixing some more warnings found by Coverity.
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 5 Oct 2007 05:29:17 +0000 (05:29 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 5 Oct 2007 05:29:17 +0000 (05:29 +0000)
Misc/NEWS

index 970fe40fd2d1f3657d2c5a3a79e58d7d21ccfca4..2a1c5119e11b4bb1da52e3f03904b0e610e22122 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.6 alpha 1?
 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.