
June 12, 2003
7:31 a.m.
On Thu, Jun 12, 2003, Walter Dörwald wrote:
So maybe the plan should look somethink like this:
1. Deprecate string exceptions.
2. Make Exception a new-style class.
3. Require exceptions to be derived from Exception.
4. Make the traceback an attribute of the exception object.
You've got point 2 too early; it needs to go after point 3 and posibly after point 4. -- Aahz (aahz@pythoncraft.com) <*> http://www.pythoncraft.com/ "If you don't know what your program is supposed to do, you'd better not start writing it." --Dijkstra