[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

Peter Funk pf@artcom-gmbh.de
Wed, 8 Nov 2000 16:32:22 +0100 (MET)


Hi,

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'

Regards, Peter