Issue 1031897: Conflicting descriptions of application order of decorators (original) (raw)

Issue1031897

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:07 admin set github: 40939
2004-09-21 13:44:16 hamishlawson create