[ python-Bugs-1091302 ] minor bug in what's new > decorators

SourceForge.net noreply at sourceforge.net
Sun Dec 26 10:32:05 CET 2004


Bugs item #1091302, was opened at 2004-12-26 10:32
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1091302&group_id=5470

Category: Documentation
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: vincent wehren (vinweh)
Assigned to: Nobody/Anonymous (nobody)
Summary: minor bug in what's new > decorators

Initial Comment:
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():
  ...






----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1091302&group_id=5470


More information about the Python-bugs-list mailing list