]> granicus.if.org Git - python/commit
Taught IDLE's autoident parser that "yield" is a keyword that begins a
authorTim Peters <tim.peters@gmail.com>
Tue, 19 Jun 2001 00:28:47 +0000 (00:28 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 19 Jun 2001 00:28:47 +0000 (00:28 +0000)
commit82ac8d13ff4b6470400a4b639fdab398183fdbbc
tree80876156719bf9596c177307aec9e6aab47ff0ca
parent463766816c8057eef61562ed5e6e4b4a0bba3240
Taught IDLE's autoident parser that "yield" is a keyword that begins a
stmt.  Along w/ the preceding change to keyword.py, making all this work
w/ a future-stmt just looks harder and harder.
Tools/idle/PyParse.py