Name | Date | Size | ||
---|---|---|---|---|
.. | 25-Oct-2024 | 4 KiB | ||
bom.py | H A D | 25-Oct-2024 | 37 | |
crlf.py | H A D | 25-Oct-2024 | 50 | |
different_encoding.py | H A D | 25-Oct-2024 | 230 | |
false_encoding.py | H A D | 25-Oct-2024 | 40 | |
fixers/ | H | 25-Oct-2024 | 4 KiB | |
infinite_recursion.py | H A D | 25-Oct-2024 | 90.9 KiB | |
py2_test_grammar.py | H A D | 25-Oct-2024 | 30.2 KiB | |
py3_test_grammar.py | H A D | 25-Oct-2024 | 30.4 KiB | |
README | H A D | 25-Oct-2024 | 404 |
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