]> 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:30:51 +0000 (17:30 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 3 Nov 2012 15:30:51 +0000 (17:30 +0200)
commit7d24b1698a5590df066f829fb4eeef93186d7150
treec216580e6d3aa39581bfd7cf20b5b9d029bf4825
parentd7bae5e85ac9ae3a6fbd5c9de5b21be0df7a848d
#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