Bugs item #1207509, was opened at 2005-05-24 06:06 Message generated for change (Comment added) made by mwh 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: Closed >Resolution: Duplicate 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. ---------------------------------------------------------------------- >Comment By: Michael Hudson (mwh) Date: 2005-05-24 08:59 Message: Logged In: YES user_id=6656 Dup of #1207501. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1207509&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com