Bugs item #1091302, was opened at 2004-12-26 03:32
Message generated for change (Comment added) made by montanaro
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: Closed
Resolution: None
Priority: 5
Submitted By: vincent wehren (vinweh)
>Assigned to: Skip Montanaro (montanaro)
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: Skip Montanaro (montanaro)
Date: 2004-12-26 09:32

Message:
Logged In: YES 
user_id=44345

Thanks.  Corrected in whatsnew24.tex v 1.125.


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

Comment By: vincent wehren (vinweh)
Date: 2004-12-26 03: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
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to