• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..30-Aug-2021-

fixers/H30-Aug-2021-5531

READMEH A D30-Aug-2021404 76

bom.pyH A D30-Aug-202137 31

crlf.pyH A D30-Aug-202150 42

different_encoding.pyH A D30-Aug-2021230 73

false_encoding.pyH A D30-Aug-202140 31

infinite_recursion.pyH A D30-Aug-202190.9 KiB2,6702,659

py2_test_grammar.pyH A D30-Aug-202130.3 KiB975747

py3_test_grammar.pyH A D30-Aug-202130.1 KiB948722

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