Files
cpython/Python
Brett Cannon 129bd52146 No more raising of string exceptions!
The next step of PEP 352 (for 2.6) causes raising a string exception to trigger
a TypeError.  Trying to catch a string exception raises a DeprecationWarning.
References to string exceptions has been removed from the docs since they are
now just an error.
2007-01-30 21:34:36 +00:00
..
2006-04-13 13:08:58 +00:00
2007-01-30 21:34:36 +00:00
2006-07-11 16:44:25 +00:00
2005-07-09 15:26:33 +00:00