From: Brett Cannon Date: Wed, 5 May 2010 20:54:53 +0000 (+0000) Subject: Mention how Clang's static anaylzer was run over Objects/ and Python/. X-Git-Tag: v2.7b2~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5fb89df07b3c7d08249e2ab202be3b879f7fb3a4;p=python Mention how Clang's static anaylzer was run over Objects/ and Python/. --- diff --git a/Misc/NEWS b/Misc/NEWS index c59d6afa64..7f544550cd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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