[ python-Bugs-1207501 ] Issue in grammar

SourceForge.net noreply at sourceforge.net
Thu May 26 10:00:00 CEST 2005


Bugs item #1207501, was opened at 2005-05-24 05:29
Message generated for change (Comment added) made by mwh
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1207501&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: venkat manian (annacoder)
Assigned to: Michael Hudson (mwh)
Summary: Issue in grammar

Initial Comment:
decorator ::= 
             "@" dotted_name ["(" [argument_list [","]]
")"] NEWLINE
----------------------------------
the above line appears in the grammar for function
definition and dotted_name seems to be a non-terminal.
But, i was not able to find any instance of it again in
the grammer. It does not appear on the left-hand side.
Even in the documentation, the "dotted_name" link does
not take me anywhere. 

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

>Comment By: Michael Hudson (mwh)
Date: 2005-05-26 09:00

Message:
Logged In: YES 
user_id=6656

Well, IIRC I only checked this patch in because SF CVS wasn't talking to 
Anthony that day... but I fixed it anyway:

Revision 1.45 of Doc/ref/ref7.tex

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

Comment By: Raymond Hettinger (rhettinger)
Date: 2005-05-26 08:09

Message:
Logged In: YES 
user_id=80475

Michael, this was your change.

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

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


More information about the Python-bugs-list mailing list