]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33338: [tokenize] Minor code cleanup (#6573)
authorŁukasz Langa <lukasz@langa.pl>
Mon, 23 Apr 2018 08:07:11 +0000 (01:07 -0700)
committerGitHub <noreply@github.com>
Mon, 23 Apr 2018 08:07:11 +0000 (01:07 -0700)
commitc2d384dbd7c6ed9bdfaac45f05b463263c743ee7
treeb34f3f14d0ea6020696a7b98432e7cfb9a0ed28b
parentd5a2377c3d70e4143bcbee4a765b3434e21f683a
bpo-33338: [tokenize] Minor code cleanup (#6573)

This change contains minor things that make diffing between Lib/tokenize.py and
Lib/lib2to3/pgen2/tokenize.py cleaner.
Lib/tokenize.py