]> granicus.if.org Git - python/commit
Disable the parser hacks that enabled the "yield" keyword using a future
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Fri, 22 Mar 2002 23:53:36 +0000 (23:53 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Fri, 22 Mar 2002 23:53:36 +0000 (23:53 +0000)
commitc24ea08644279224a7a8be419648261f9566c9b3
treece7be60ecb2edfe2e8dbac4c231ef881130b3071
parent12a6d942d8138b4dd1a32d4d9a40ca312708aeee
Disable the parser hacks that enabled the "yield" keyword using a future
statement.
Include/parsetok.h
Parser/parser.h
Parser/parsetok.c
Python/ceval.c
Python/pythonrun.c