]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Mention the code clean-up thanks to Clang's static analyzer in Modules.
authorBrett Cannon <bcannon@gmail.com>
Tue, 4 May 2010 01:04:53 +0000 (01:04 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 4 May 2010 01:04:53 +0000 (01:04 +0000)
Was not applied to modules that will not compile under OS X, dbmmodule.c,
getaddrinfo.c, and getnameinfo.c.

Misc/NEWS

index 12e13e9ba0eca07cffd25f59da1046ff886b73a6..8d180ff120254f1eed3433cbd135c8ca960a9e86 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -141,6 +141,8 @@ Library
 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