This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
multipub/.pyenv/lib/python3.7/lib2to3/tests/data
2019-02-09 02:45:25 -06:00
..
__pycache__ oops I'm drunk 2019-02-09 02:45:25 -06:00
fixers oops I'm drunk 2019-02-09 02:45:25 -06:00
bom.py oops I'm drunk 2019-02-09 02:45:25 -06:00
crlf.py oops I'm drunk 2019-02-09 02:45:25 -06:00
different_encoding.py oops I'm drunk 2019-02-09 02:45:25 -06:00
false_encoding.py oops I'm drunk 2019-02-09 02:45:25 -06:00
infinite_recursion.py oops I'm drunk 2019-02-09 02:45:25 -06:00
py2_test_grammar.py oops I'm drunk 2019-02-09 02:45:25 -06:00
py3_test_grammar.py oops I'm drunk 2019-02-09 02:45:25 -06:00
README oops I'm drunk 2019-02-09 02:45:25 -06:00

In this directory:
- py2_test_grammar.py -- test file that exercises most/all of Python 2.x's grammar.
- py3_test_grammar.py -- test file that exercises most/all of Python 3.x's grammar.
- infinite_recursion.py -- test file that causes lib2to3's faster recursive pattern matching
  scheme to fail, but passes when lib2to3 falls back to iterative pattern matching.
- fixes/ -- for use by test_refactor.py