This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Issue in grammar
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: mwh Nosy List: annacoder, mwh, rhettinger
Priority: normal Keywords:

Created on 2005-05-24 04:29 by annacoder, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg25408 - (view) Author: venkat manian (annacoder) Date: 2005-05-24 04:29
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. 
msg25409 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2005-05-26 07:09
Logged In: YES 
user_id=80475

Michael, this was your change.
msg25410 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2005-05-26 08:00
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
History
Date User Action Args
2022-04-11 14:56:11adminsetgithub: 42006
2005-05-24 04:29:47annacodercreate