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

SourceForge.net noreply at sourceforge.net
Sun Dec 26 10:34:36 CET 2004


Bugs item #1091302, was opened at 2004-12-26 10:32
Message generated for change (Comment added) made by vinweh
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():
  ...






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

>Comment By: vincent wehren (vinweh)
Date: 2004-12-26 10:34

Message:
Logged In: YES 
user_id=541292

Should have added the link:
http://docs.python.org/whatsnew/node6.html

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

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