openmedialibrary_platform_d.../lib/python3.5/lib2to3/tests/data
2016-02-06 15:06:57 +05:30
..
fixers split platform 2016-02-06 15:06:57 +05:30
bom.py split platform 2016-02-06 15:06:57 +05:30
crlf.py split platform 2016-02-06 15:06:57 +05:30
different_encoding.py split platform 2016-02-06 15:06:57 +05:30
false_encoding.py split platform 2016-02-06 15:06:57 +05:30
infinite_recursion.py split platform 2016-02-06 15:06:57 +05:30
py2_test_grammar.py split platform 2016-02-06 15:06:57 +05:30
py3_test_grammar.py split platform 2016-02-06 15:06:57 +05:30
README split platform 2016-02-06 15:06:57 +05:30

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