Add a note about fixing some more warnings found by Coverity.

This commit is contained in:
Neal Norwitz 2007-10-05 05:29:17 +00:00
parent 5a29dd30e0
commit 44f326ef2a
1 changed files with 2 additions and 0 deletions

View File

@ -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.