Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
fixers/ | 03-May-2024 | - | 55 | 31 | ||
README | D | 03-May-2024 | 404 | 7 | 6 | |
bom.py | D | 03-May-2024 | 37 | 3 | 1 | |
crlf.py | D | 03-May-2024 | 50 | 4 | 2 | |
different_encoding.py | D | 03-May-2024 | 230 | 7 | 3 | |
false_encoding.py | D | 03-May-2024 | 40 | 3 | 1 | |
infinite_recursion.py | D | 03-May-2024 | 90.9 KiB | 2,670 | 2,659 | |
py2_test_grammar.py | D | 03-May-2024 | 30.3 KiB | 975 | 747 | |
py3_test_grammar.py | D | 03-May-2024 | 30.5 KiB | 960 | 733 |
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