commit | c4ef4896eac86a6759901c8546e26de4695a1389 | [log] [tgz] |
---|---|---|
author | Ammar Askar <ammar_askar@hotmail.com> | Fri Jul 06 03:19:08 2018 -0400 |
committer | Tal Einat <taleinat+github@gmail.com> | Fri Jul 06 10:19:08 2018 +0300 |
tree | 47ad8191fbe9f8fe4bb4272509410bc229ec7c6e | |
parent | 3c8aae9ffe13d0f2ad4ff81cdf56bc6393af362a [diff] |
bpo-33899: Make tokenize module mirror end-of-file is end-of-line behavior (GH-7891) 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.