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: minor bug in what's new > decorators
Type: Stage:
Components: Documentation Versions: Python 2.4
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: skip.montanaro Nosy List: skip.montanaro, vinweh
Priority: normal Keywords:

Created on 2004-12-26 09:32 by vinweh, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg23818 - (view) Author: vincent wehren (vinweh) Date: 2004-12-26 09:32
In What's New > 5 PEP 318: Decorators for Functions and
Methods  > ca. 5 Paragraph

@A @B @C
def f ():
    ...

should say
@A
@B
@C
def f():
  ...




msg23819 - (view) Author: vincent wehren (vinweh) Date: 2004-12-26 09:34
Logged In: YES 
user_id=541292

Should have added the link:
http://docs.python.org/whatsnew/node6.html
msg23820 - (view) Author: Skip Montanaro (skip.montanaro) * (Python triager) Date: 2004-12-26 15:32
Logged In: YES 
user_id=44345

Thanks.  Corrected in whatsnew24.tex v 1.125.
History
Date User Action Args
2022-04-11 14:56:08adminsetgithub: 41366
2004-12-26 09:32:05vinwehcreate