Home | History | Annotate | only in /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data
Up to higher level directory
NameDateSize
bom.py23-Apr-201537
crlf.py23-Apr-201547
different_encoding.py23-Apr-2015230
fixers/23-Apr-2015
infinite_recursion.py23-Apr-201590.9K
py2_test_grammar.py23-Apr-201530.3K
py3_test_grammar.py23-Apr-201529.7K
README23-Apr-2015404

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