commit | cf21d0031dd84544d4108765553c2b03dfe726c5 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Jul 13 12:24:19 2018 -0700 |
committer | Jason R. Coombs <jaraco@jaraco.com> | Fri Jul 13 15:24:19 2018 -0400 |
tree | 1e674815db71f782b1e198725e2af2c4d9912d4c | |
parent | 08c1da71030e0d6019b3493e0ffaf060a6aa5d8e [diff] |
bpo-34108: Fix double carriage return in 2to3 on Windows (GH-8271) (#8275) * Add test capturing failure. * Honor newlines as present in the original file. (cherry picked from commit cafaf0447b950fd4f59edd8cbde040c61ae528f8) Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>