summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2010-05-04 01:04:53 (GMT)
committerBrett Cannon <bcannon@gmail.com>2010-05-04 01:04:53 (GMT)
commit945df9a388ef5d31105e743de83dbd1382e31ec5 (patch)
treebb4124aa2720ffc2e9c2d433684ed57969dc88ef /Misc/NEWS
parentd0d2d315896dcef843145dca859f70c3eda8ad1e (diff)
downloadcpython-945df9a388ef5d31105e743de83dbd1382e31ec5.zip
cpython-945df9a388ef5d31105e743de83dbd1382e31ec5.tar.gz
cpython-945df9a388ef5d31105e743de83dbd1382e31ec5.tar.bz2
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.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 12e13e9..8d180ff 100644
--- 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