From: Neal Norwitz Date: Tue, 7 Mar 2006 05:01:00 +0000 (+0000) Subject: Add a note about the bug fixes X-Git-Tag: v2.5a0~345 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=995acdf308919b61dd94170925e511a926279dbc;p=thirdparty%2FPython%2Fcpython.git Add a note about the bug fixes --- diff --git a/Misc/NEWS b/Misc/NEWS index 920dd76e56d9..ff30bc51fe59 100644 --- 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.