Name | Date | Size | |
---|---|---|---|
.. | 06-Oct-2015 | 4 KiB | |
bom.py | 06-Oct-2015 | 37 | |
crlf.py | 06-Oct-2015 | 47 | |
different_encoding.py | 06-Oct-2015 | 230 | |
fixers/ | 06-Oct-2015 | 4 KiB | |
infinite_recursion.py | 06-Oct-2015 | 90.9 KiB | |
py2_test_grammar.py | 06-Oct-2015 | 30.3 KiB | |
py3_test_grammar.py | 06-Oct-2015 | 29.7 KiB | |
README | 06-Oct-2015 | 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