[Python-3000] remove tuple exceptions?

Guido van Rossum guido at python.org
Sat Mar 3 01:23:41 CET 2007


On 3/2/07, Greg Ewing <greg.ewing at canterbury.ac.nz> wrote:
> So it was some sort of workaround for exceptions not
> being classes? If so, it sounds like we don't need
> it any more.

Right. I added it to be able to do something like create classes of
exceptions when all we had was string exceptions. Definitely an early
mistake I want to correct in Py3k!

-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)


More information about the Python-3000 mailing list