This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Conflicting descriptions of application order of decorators
Type: Stage:
Components: Documentation Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, hamishlawson, pfremy
Priority: high Keywords:

Created on 2004-09-21 13:44 by hamishlawson, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg22508 - (view) Author: Hamish Lawson (hamishlawson) Date: 2004-09-21 13:44
The explanation of decorators in "What's new in Python
2.4" has the application order opposite to that stated
in the Reference Manual.
msg22509 - (view) Author: Bluebird (pfremy) Date: 2004-09-21 15:16
Logged In: YES 
user_id=233844

And the PEP 318 is in conflict with the "What's new in
Python 2.4" but in accordance with the manual. So it is very
probably a problem in the what'snew.
msg22510 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2004-10-08 18:29
Logged In: YES 
user_id=11375

Fixed; thanks!
History
Date User Action Args
2022-04-11 14:56:07adminsetgithub: 40939
2004-09-21 13:44:16hamishlawsoncreate