From: Neal Norwitz Date: Fri, 5 Oct 2007 05:29:17 +0000 (+0000) Subject: Add a note about fixing some more warnings found by Coverity. X-Git-Tag: v2.6a1~1224 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44f326ef2ae0abdbac7ebeddf4b14664ed4a1367;p=python Add a note about fixing some more warnings found by Coverity. --- diff --git a/Misc/NEWS b/Misc/NEWS index 970fe40fd2..2a1c5119e1 100644 --- 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.