[Python-Dev] rev. 1.9 of PEP 348: Raymond tested, Guido approved
Brett Cannon
bcannon at gmail.com
Tue Aug 16 08:25:15 CEST 2005
OK, TerminatingException and the removal of bare 'except' clauses are now out.
I also stripped out the transition plan to basically just add
BaseException in Python 2.5, tweak docs to recommend future-proof
practices, and then change everything in Python 3.0 . This will
prevent any nasty performance hit from what was being previously
suggested to try to make it all backwards-compatible.
-Brett
More information about the Python-Dev
mailing list