[Python-checkins] r80823 - python/trunk/Misc/NEWS

brett.cannon python-checkins at python.org
Wed May 5 22:54:53 CEST 2010


Author: brett.cannon
Date: Wed May  5 22:54:53 2010
New Revision: 80823

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

Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Wed May  5 22:54:53 2010
@@ -12,6 +12,8 @@
 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


More information about the Python-checkins mailing list