Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
bom.py | 03-Jun-2014 | 37 | |
crlf.py | 03-Jun-2014 | 47 | |
different_encoding.py | 03-Jun-2014 | 230 | |
fixers/ | 03-Jun-2014 | ||
infinite_recursion.py | 03-Jun-2014 | 90.9K | |
py2_test_grammar.py | 03-Jun-2014 | 30.3K | |
py3_test_grammar.py | 03-Jun-2014 | 29.7K | |
README | 03-Jun-2014 | 404 |
1 In 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