Bugs item #1207501, was opened at 2005-05-23 23:29 Message generated for change (Comment added) made by rhettinger 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: Open Resolution: None 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: Raymond Hettinger (rhettinger) Date: 2005-05-26 02: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 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com