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 LambertDW
Recipients Imagist, LambertDW
Date 2009-02-27.17:00:32
SpamBayes Score 7.387611e-05
Marked as misclassified No
Message-id <1235754036.52.0.263035319372.issue5382@psf.upfronthosting.co.za>
In-reply-to
Content
Use cases are easy to find.
So easily found that there's probably a sound reason for reserved words.
The proposal couples lexical analysis to the parser.

# syntax error or name error?

def f():
    class
    return

def f(class):
    class
    return
History
Date User Action Args
2009-02-27 17:00:37LambertDWsetrecipients: + LambertDW, Imagist
2009-02-27 17:00:36LambertDWsetmessageid: <1235754036.52.0.263035319372.issue5382@psf.upfronthosting.co.za>
2009-02-27 17:00:33LambertDWlinkissue5382 messages
2009-02-27 17:00:32LambertDWcreate