Home | History | Annotate | only in /external/python/cpython2/Lib/lib2to3/tests/data
Up to higher level directory
NameDateSize
bom.py22-Oct-202037
crlf.py22-Oct-202047
different_encoding.py22-Oct-2020230
false_encoding.py22-Oct-202040
fixers/22-Oct-2020
infinite_recursion.py22-Oct-202090.9K
py2_test_grammar.py22-Oct-202030.3K
py3_test_grammar.py22-Oct-202029.7K
README22-Oct-2020404

README

      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