]> granicus.if.org Git - python/commitdiff
Mention how Clang's static anaylzer was run over Objects/ and Python/.
authorBrett Cannon <bcannon@gmail.com>
Wed, 5 May 2010 20:54:53 +0000 (20:54 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 5 May 2010 20:54:53 +0000 (20:54 +0000)
Misc/NEWS

index c59d6afa646952801c66220bb6891d6f3e046fad..7f544550cda387c2b6123a9f2c9ede07438c69e8 100644 (file)
--- 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