Name Date Size

..25-Oct-20244 KiB

bom.pyH A D25-Oct-202437

crlf.pyH A D25-Oct-202450

different_encoding.pyH A D25-Oct-2024230

false_encoding.pyH A D25-Oct-202440

fixers/H25-Oct-20244 KiB

infinite_recursion.pyH A D25-Oct-202490.9 KiB

py2_test_grammar.pyH A D25-Oct-202430.2 KiB

py3_test_grammar.pyH A D25-Oct-202430.4 KiB

READMEH A D25-Oct-2024404

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