diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2012-03-05 02:29:02 +0000 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2012-03-05 02:38:21 +0000 |
commit | 2c309dfdb46cce51ff17688c97b391e39f2a392e (patch) | |
tree | e43f0c254e2719ba479a8500766f93a7e99fea3f | |
parent | 8707d8c3991d2f6511876ce48089a46dd1f97ae7 (diff) | |
download | psycopg2-2c309dfdb46cce51ff17688c97b391e39f2a392e.tar.gz |
Mention the static analysis cleanup in the news
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9,6 +9,10 @@ What's new in psycopg 2.4.5 interaction (ticket #90). - Better efficiency and formatting of timezone offset objects thanks to Menno Smits (tickets #94, #95). + - Codebase cleaned up using the GCC Python plugin's static analysis + tool, which has revealed several unchecked return values, possible + NULL dereferences, reference counting problems. Many thanks to David + Malcolm for the useful tool and the assistance provided using it. What's new in psycopg 2.4.4 |