diff options
author | Brett Cannon <bcannon@gmail.com> | 2010-05-05 20:54:53 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2010-05-05 20:54:53 (GMT) |
commit | 5fb89df07b3c7d08249e2ab202be3b879f7fb3a4 (patch) | |
tree | 4974aadca61c1ac77d126af56aac3b60aa3bffd9 /Misc | |
parent | 5335e77810d39670e0a36a888113aee56ddc34ec (diff) | |
download | cpython-5fb89df07b3c7d08249e2ab202be3b879f7fb3a4.zip cpython-5fb89df07b3c7d08249e2ab202be3b879f7fb3a4.tar.gz cpython-5fb89df07b3c7d08249e2ab202be3b879f7fb3a4.tar.bz2 |
Mention how Clang's static anaylzer was run over Objects/ and Python/.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |