• Home
  • History
  • Annotate
  • only in /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
NameDateSize

..29-Aug-20174 KiB

bom.py29-Aug-201737

crlf.py29-Aug-201747

different_encoding.py29-Aug-2017230

fixers/29-Aug-20174 KiB

infinite_recursion.py29-Aug-201790.9 KiB

py2_test_grammar.py29-Aug-201730.3 KiB

py3_test_grammar.py29-Aug-201729.7 KiB

README29-Aug-2017404

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