diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-03-07 05:01:00 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-03-07 05:01:00 (GMT) |
commit | 995acdf308919b61dd94170925e511a926279dbc (patch) | |
tree | 9108b87d48bc174f5bf9e542349b0dd47efb100b /Misc | |
parent | 60da31660c6a74fea15dfc93f3b3c16ce4619539 (diff) | |
download | cpython-995acdf308919b61dd94170925e511a926279dbc.zip cpython-995acdf308919b61dd94170925e511a926279dbc.tar.gz cpython-995acdf308919b61dd94170925e511a926279dbc.tar.bz2 |
Add a note about the bug fixes
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |