]> granicus.if.org Git - python/commit
#16152: fix tokenize to ignore whitespace at the end of the code when no newline...
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 3 Nov 2012 15:38:43 +0000 (17:38 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 3 Nov 2012 15:38:43 +0000 (17:38 +0200)
commit2cc3b4ba9ffa658784da03f14a0a068e2c61d1b3
tree66423060d67ba1f6ad182450edb895cc29ca28f1
parent4552e3f95c3382a4665cb8adab343521f8898331
#16152: fix tokenize to ignore whitespace at the end of the code when no newline is found.  Patch by Ned Batchelder.
Lib/test/test_tokenize.py
Lib/tokenize.py
Misc/ACKS
Misc/NEWS