commit | 995acdf308919b61dd94170925e511a926279dbc | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Tue Mar 07 05:01:00 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Tue Mar 07 05:01:00 2006 +0000 |
tree | 9108b87d48bc174f5bf9e542349b0dd47efb100b | |
parent | 60da31660c6a74fea15dfc93f3b3c16ce4619539 [diff] [blame] |
Add a note about the bug fixes
diff --git a/Misc/NEWS b/Misc/NEWS index 920dd76..ff30bc5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ 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.