[ python-Bugs-1207509 ] Issue in grammar

SourceForge.net noreply at sourceforge.net
Tue May 24 07:06:12 CEST 2005


Bugs item #1207509, was opened at 2005-05-24 10:36
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=1207509&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: Open
Resolution: None
Priority: 5
Submitted By: venkat manian (annacoder)
Assigned to: Nobody/Anonymous (nobody)
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. 

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

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


More information about the Python-bugs-list mailing list