]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
use some more itertools magic to make '' be yielded after readline is done
authorBenjamin Peterson <benjamin@python.org>
Sat, 14 Nov 2009 18:09:17 +0000 (18:09 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 14 Nov 2009 18:09:17 +0000 (18:09 +0000)
commit81dd8b9594d88ff1d2c8f5efea687645bbc36d6f
treefc9036075850bfd8f96ad4d3b56b7f8bb37f5d63
parent21db77e396c00c0490b6344a130bdbcef62bfa73
use some more itertools magic to make '' be yielded after readline is done
Lib/tokenize.py