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 jackdied
Recipients
Date 2007-02-28.20:40:50
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Patch is against rev 54035 on the pyk3 branch
PEP will be on the 3k list shortly.

Grammar/Grammar is changed from

   funcdef: [decorators] 'def' NAME parameters ['->' test] ':' suite

to

    decorated_thing: decorators (classdef | funcdef)
    funcdef: 'def' NAME parameters ['->' test] ':' suite

History
Date User Action Args
2007-08-23 15:56:50adminlinkissue1671208 messages
2007-08-23 15:56:50admincreate