Raising objects

Aahz aahz at pythoncraft.com
Tue May 6 10:05:55 EDT 2003


In article <b972v0$g7m3l$1 at ID-169208.news.dfncis.de>,
Greg Ewing (using news.cis.dfn.de) <ckea25d02 at sneakemail.com> wrote:
>
>But seeing as this trick can only be taken advantage of by C code,
>there's no reason that "raise C, v" couldn't be eliminated in favour of
>"raise C(v)".

I see no point in making that change until print is no longer a
statement.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"In many ways, it's a dull language, borrowing solid old concepts from
many other languages & styles:  boring syntax, unsurprising semantics,
few automatic coercions, etc etc.  But that's one of the things I like
about it."  --Tim Peters on Python, 16 Sep 93




More information about the Python-list mailing list