commit | 7829bba45d0e2446f3a0ca240bfe46959f01071e | [log] [tgz] |
---|---|---|
author | Ammar Askar <ammar_askar@hotmail.com> | Fri Jul 06 06:23:13 2018 -0400 |
committer | Tal Einat <taleinat+github@gmail.com> | Fri Jul 06 13:23:13 2018 +0300 |
tree | b4450692df47c1de32b7a7de5e941a5fda6e809a | |
parent | 9720f60f2aba457121bfe42d09aa3ed91f28b86f [diff] |
[2.7] bpo-33899: Make tokenize module mirror end-of-file is end-of-line behavior (GH-7891) (#8133) Most of the change involves fixing up the test suite, which previously made the assumption that there wouldn't be a new line if the input didn't end in one. Contributed by Ammar Askar. (cherry picked from commit c4ef4896eac86a6759901c8546e26de4695a1389)