Add a note about the bug fixes
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 7 Mar 2006 05:01:00 +0000 (05:01 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 7 Mar 2006 05:01:00 +0000 (05:01 +0000)
Misc/NEWS

index 920dd76e56d906d55f41695c0883ff3e7df7d48f..ff30bc51fe59208e972f1d04f7d647afeb7b04b3 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.5 alpha 1?
 Core and builtins
 -----------------
 
+- Fixed various bugs reported by Coverity's Prevent tool.
+
 - PEP 352, patch #1104669: Make exceptions new-style objects.  Introduced the
   new exception base class, BaseException, which has a new message attribute.
   KeyboardInterrupt and SystemExit to directly inherit from BaseException now.