cosmopolitan/third_party/python/Lib/lib2to3/tests/data
ahgamut 0c4c56ff39 python-3.6.zip added from Github
README.cosmo contains the necessary links.
2021-08-09 05:39:42 -07:00
..
fixers python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
bom.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
crlf.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
different_encoding.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
false_encoding.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
infinite_recursion.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
py2_test_grammar.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
py3_test_grammar.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
README python-3.6.zip added from Github 2021-08-09 05:39:42 -07: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