Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
fixers | 2013-12-07 | ||
py3_test_grammar.py | 2013-12-07 | 30.4 kB | |
README | 2013-12-07 | 404 Bytes | |
infinite_recursion.py | 2013-12-07 | 93.1 kB | |
py2_test_grammar.py | 2013-12-07 | 31.0 kB | |
bom.py | 2013-12-07 | 37 Bytes | |
crlf.py | 2013-12-07 | 47 Bytes | |
different_encoding.py | 2013-12-07 | 230 Bytes | |
Totals: 8 Items | 155.1 kB | 0 |
In this directory: - py2_test_grammar.py -- test file that exercises most/all of Python 2.x's grammar. - py3_test_grammar.py -- test file that exercises most/all of Python 3.x's grammar. - infinite_recursion.py -- test file that causes lib2to3's faster recursive pattern matching scheme to fail, but passes when lib2to3 falls back to iterative pattern matching. - fixes/ -- for use by test_refactor.py