mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Add a note about the bug fixes
This commit is contained in:
parent
60da31660c
commit
995acdf308
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ What's New in Python 2.5 alpha 1?
|
||||||
Core and builtins
|
Core and builtins
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
- Fixed various bugs reported by Coverity's Prevent tool.
|
||||||
|
|
||||||
- PEP 352, patch #1104669: Make exceptions new-style objects. Introduced the
|
- PEP 352, patch #1104669: Make exceptions new-style objects. Introduced the
|
||||||
new exception base class, BaseException, which has a new message attribute.
|
new exception base class, BaseException, which has a new message attribute.
|
||||||
KeyboardInterrupt and SystemExit to directly inherit from BaseException now.
|
KeyboardInterrupt and SystemExit to directly inherit from BaseException now.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue