0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Lib/lib2to3/tests
Jason R. Coombs cafaf0447b
bpo-34108: Fix double carriage return in 2to3 on Windows (#8271)
* Add test capturing failure.
* Honor newlines as present in the original file.
2018-07-13 11:26:03 -04:00
..
data bpo-11594: Ensure line-endings are respected when using 2to3 (GH-6483) 2018-04-17 14:34:14 -07:00
__init__.py
__main__.py
pytree_idempotency.py
support.py
test_all_fixers.py
test_fixers.py
test_main.py
test_parser.py Revert "bpo-30406: Make async and await proper keywords (#1669)" (GH-6143) 2018-03-18 09:54:33 -07:00
test_pytree.py
test_refactor.py bpo-34108: Fix double carriage return in 2to3 on Windows (#8271) 2018-07-13 11:26:03 -04:00
test_util.py