• Home
Name Date Size #Lines LOC

..--

fixers/03-May-2024-5531

READMED03-May-2024404 76

bom.pyD03-May-202437 31

crlf.pyD03-May-202450 42

different_encoding.pyD03-May-2024230 73

false_encoding.pyD03-May-202440 31

infinite_recursion.pyD03-May-202490.9 KiB2,6702,659

py2_test_grammar.pyD03-May-202430.3 KiB975747

py3_test_grammar.pyD03-May-202430.5 KiB960733

README

1In this directory:
2- py2_test_grammar.py -- test file that exercises most/all of Python 2.x's grammar.
3- py3_test_grammar.py -- test file that exercises most/all of Python 3.x's grammar.
4- infinite_recursion.py -- test file that causes lib2to3's faster recursive pattern matching
5  scheme to fail, but passes when lib2to3 falls back to iterative pattern matching.
6- fixes/ -- for use by test_refactor.py
7