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

brett.cannon python-checkins at python.org
Tue May 4 03:04:53 CEST 2010


Author: brett.cannon
Date: Tue May  4 03:04:53 2010
New Revision: 80745

Log:
Mention the code clean-up thanks to Clang's static analyzer in Modules.

Was not applied to modules that will not compile under OS X, dbmmodule.c,
getaddrinfo.c, and getnameinfo.c.


Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Tue May  4 03:04:53 2010
@@ -141,6 +141,8 @@
 Extension Modules
 -----------------
 
+- Use Clang 2.7's static analyzer to find places to clean up some code.
+
 - Build the ossaudio extension on GNU/kFreeBSD.
 
 Tests


More information about the Python-checkins mailing list