[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Demo/threads Coroutine.py,NONE,1.1 fcmp.py,NONE,1.1 squasher.py,NONE,1.1 README,1.7,1.8

Guido van Rossum guido@python.org
Wed, 08 Nov 2000 10:42:41 -0500


> this rather old module still contains string exceptions.
> Since string exceptions are depreceated in favour of class based
> exceptions wouldn't it be better to tweak those few lines into
> class based exceptions now?
> 
> > Add 1994 Coroutine module by Tim Peters
> [...]
> > Killed = 'Coroutine.Killed'
> > EarlyExit = 'Coroutine.EarlyExit'

No.  This code is of historic interest only.  Don't touch it please!

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