]> granicus.if.org Git - python/commit
bpo-11594: Ensure line-endings are respected when using 2to3 (GH-6483)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 17 Apr 2018 21:58:34 +0000 (14:58 -0700)
committerGitHub <noreply@github.com>
Tue, 17 Apr 2018 21:58:34 +0000 (14:58 -0700)
commit3b3be1fe10f6c15e57360cac9d9dbc660666e655
treeb7bce74cd03b91a1ab688465d708d236b95f0ba7
parent902bb62d5af21526b68892a1032c63aa86ded247
bpo-11594: Ensure line-endings are respected when using 2to3 (GH-6483)

(cherry picked from commit c127a86e1862df88ec6f9d15b79c627fc616766e)

Co-authored-by: Aaron Ang <aaronang@users.noreply.github.com>
Lib/lib2to3/refactor.py
Lib/lib2to3/tests/data/crlf.py
Lib/lib2to3/tests/test_refactor.py
Misc/NEWS.d/next/Library/2018-04-16-08-42-03.bpo-11594.QLo4vv.rst [new file with mode: 0644]