• Home
  • History
  • Annotate
  • only in /external/python/cpython2/Lib/lib2to3/tests/data/
NameDateSize

..10-Aug-20184 KiB

bom.py10-Aug-201837

crlf.py10-Aug-201847

different_encoding.py10-Aug-2018230

false_encoding.py10-Aug-201840

fixers/10-Aug-20184 KiB

infinite_recursion.py10-Aug-201890.9 KiB

py2_test_grammar.py10-Aug-201830.3 KiB

py3_test_grammar.py10-Aug-201829.7 KiB

README10-Aug-2018404

README

1In 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