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 dangyogi, georg.brandl
Date 2008-09-20.00:59:55
SpamBayes Score 0.00028758007
Marked as misclassified No
Message-id <1221872397.1.0.255492187185.issue3913@psf.upfronthosting.co.za>
In-reply-to
Content
The python 3.0 Language Reference page describing compound_stmt
(http://docs.python.org/dev/3.0/reference/compound_stmts.html) includes
'decorated'.  But the funcdef and classdef definitions both include
optional decorators.  It looks like this 'decorated' option should be
deleted.
History
Date User Action Args
2008-09-20 00:59:57dangyogisetrecipients: + dangyogi, georg.brandl
2008-09-20 00:59:57dangyogisetmessageid: <1221872397.1.0.255492187185.issue3913@psf.upfronthosting.co.za>
2008-09-20 00:59:55dangyogilinkissue3913 messages
2008-09-20 00:59:55dangyogicreate