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

..06-Oct-20154 KiB

bom.py06-Oct-201537

crlf.py06-Oct-201547

different_encoding.py06-Oct-2015230

fixers/06-Oct-20154 KiB

infinite_recursion.py06-Oct-201590.9 KiB

py2_test_grammar.py06-Oct-201530.3 KiB

py3_test_grammar.py06-Oct-201529.7 KiB

README06-Oct-2015404

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