Mention how Clang's static anaylzer was run over Objects/ and Python/.

This commit is contained in:
Brett Cannon 2010-05-05 20:54:53 +00:00
parent 5335e77810
commit 5fb89df07b
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ What's New in Python 2.7 beta 2?
Core and Builtins
-----------------
- Run Clang 2.7's static analyzer for Objects/ and Python/ .
- Issue #1533: fix inconsistency in range function argument
processing: any non-float non-integer argument is now converted to
an integer (if possible) using its __int__ method. Previously, only