Extending Python Syntax with @

Greg Ewing (using news.cis.dfn.de) wmwd2zz02 at sneakemail.com
Thu Mar 11 22:12:50 EST 2004


Paul Rubin wrote:
> What about the assert statement?  Should that be a function too?

No, because then the compiler wouldn't be able to optimise
it away when asserts are turned off.

-- 
Greg Ewing, Computer Science Dept,
University of Canterbury,	
Christchurch, New Zealand
http://www.cosc.canterbury.ac.nz/~greg




More information about the Python-list mailing list