• Home
Name Date Size #Lines LOC

..--

fixers/07-Sep-2024-5531

READMED07-Sep-2024404 76

bom.pyD07-Sep-202437 31

crlf.pyD07-Sep-202450 42

different_encoding.pyD07-Sep-2024230 73

false_encoding.pyD07-Sep-202440 31

infinite_recursion.pyD07-Sep-202490.9 KiB2,6702,659

py2_test_grammar.pyD07-Sep-202430.2 KiB972745

py3_test_grammar.pyD07-Sep-202430.4 KiB957731

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