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.

Author dangyogi
Recipients benjamin.peterson, dangyogi, georg.brandl
Date 2008-09-20.01:48:10
SpamBayes Score 3.8846446e-07
Marked as misclassified No
Message-id <48D4555D.2090907@gmail.com>
In-reply-to <1221872639.14.0.855717413781.issue3913@psf.upfronthosting.co.za>
Content
But the real Grammar doesn't include decorators on funcdef and classdef, 
while the Language Reference document does.  So the 'decorated' option 
is not needed in the Language Reference (and, indeed, doesn't even seem 
to be defined there).

Benjamin Peterson wrote:
> Benjamin Peterson <musiccomposition@gmail.com> added the comment:
>
> If you look at the real Grammar (in Grammar/Grammar), you will see that
> this decorated is used in the grammar.
>
> ----------
> nosy: +benjamin.peterson
> resolution:  -> invalid
> status: open -> closed
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue3913>
> _______________________________________
>
>
History
Date User Action Args
2008-09-20 01:48:11dangyogisetrecipients: + dangyogi, georg.brandl, benjamin.peterson
2008-09-20 01:48:11dangyogilinkissue3913 messages
2008-09-20 01:48:10dangyogicreate