Michael W. Hudson 0ccff074cd This is Mark Russell's patch:
[ 1009560 ] Fix @decorator evaluation order

From the description:

Changes in this patch:

- Change Grammar/Grammar to require
newlines between adjacent decorators.

- Fix order of evaluation of decorators
in the C (compile.c) and python
(Lib/compiler/pycodegen.py) compilers

- Add better order of evaluation check
to test_decorators.py (test_eval_order)

- Update the decorator documentation in
the reference manual (improve description
of evaluation order and update syntax
description)

and the comment:

Used Brett's evaluation order (see
http://mail.python.org/pipermail/python-dev/2004-August/047835.html)

(I'm checking this in for Anthony who was having problems getting SF to
talk to him)
2004-08-17 17:29:16 +00:00
..
2004-08-12 18:19:17 +00:00
2004-08-17 17:29:16 +00:00
2002-06-11 06:22:31 +00:00
2002-08-15 14:59:02 +00:00
Fix
2004-08-07 17:57:16 +00:00
2004-05-13 11:54:19 +00:00
2004-08-17 17:29:16 +00:00
2002-12-30 22:08:05 +00:00
2004-08-12 18:19:17 +00:00
2002-06-11 06:22:31 +00:00
2004-07-07 17:44:12 +00:00