David W. Lambert <lamber...@corning.com> added the comment:

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

----------
nosy: +LambertDW

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5382>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to