[Python-checkins] r42879 - python/trunk/Misc/NEWS
neal.norwitz
python-checkins at python.org
Tue Mar 7 06:01:02 CET 2006
Author: neal.norwitz
Date: Tue Mar 7 06:01:00 2006
New Revision: 42879
Modified:
python/trunk/Misc/NEWS
Log:
Add a note about the bug fixes
Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS (original)
+++ python/trunk/Misc/NEWS Tue Mar 7 06:01:00 2006
@@ -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.
More information about the Python-checkins
mailing list