[Python-Dev] Re: decorators and 2.4

Greg Ewing greg at cosc.canterbury.ac.nz
Mon Jul 12 03:46:42 CEST 2004


Martin Zarate <mzarate at uoguelph.ca>:

> IIRC, the "as" keyword became a protected keyword in recent
> versions, did it not?

Not as far as I can see...

Python 2.3.4 (#1, Jun 30 2004, 16:47:37) 
[GCC 3.2 20020903 (Red Hat Linux 8.0 3.2-7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> as = 42
>>> print as
42

Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | A citizen of NewZealandCorp, a	  |
Christchurch, New Zealand	   | wholly-owned subsidiary of USA Inc.  |
greg at cosc.canterbury.ac.nz	   +--------------------------------------+


More information about the Python-Dev mailing list