diff options
author | Brett Cannon <bcannon@gmail.com> | 2010-05-04 01:04:53 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2010-05-04 01:04:53 (GMT) |
commit | 945df9a388ef5d31105e743de83dbd1382e31ec5 (patch) | |
tree | bb4124aa2720ffc2e9c2d433684ed57969dc88ef /Misc | |
parent | d0d2d315896dcef843145dca859f70c3eda8ad1e (diff) | |
download | cpython-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')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |