yaxing.chen c52c907deb use local pip il y a 5 ans
..
PaxHeader c52c907deb use local pip il y a 5 ans
fixers c52c907deb use local pip il y a 5 ans
._README 1b4c87450a first commit:platformio:5.0.3 il y a 5 ans
._bom.py 1b4c87450a first commit:platformio:5.0.3 il y a 5 ans
._crlf.py 1b4c87450a first commit:platformio:5.0.3 il y a 5 ans
._different_encoding.py 1b4c87450a first commit:platformio:5.0.3 il y a 5 ans
._false_encoding.py 1b4c87450a first commit:platformio:5.0.3 il y a 5 ans
._fixers 1b4c87450a first commit:platformio:5.0.3 il y a 5 ans
._infinite_recursion.py 1b4c87450a first commit:platformio:5.0.3 il y a 5 ans
._py2_test_grammar.py 1b4c87450a first commit:platformio:5.0.3 il y a 5 ans
._py3_test_grammar.py 1b4c87450a first commit:platformio:5.0.3 il y a 5 ans
README 1b4c87450a first commit:platformio:5.0.3 il y a 5 ans
bom.py 1b4c87450a first commit:platformio:5.0.3 il y a 5 ans
crlf.py 1b4c87450a first commit:platformio:5.0.3 il y a 5 ans
different_encoding.py 1b4c87450a first commit:platformio:5.0.3 il y a 5 ans
false_encoding.py 1b4c87450a first commit:platformio:5.0.3 il y a 5 ans
infinite_recursion.py 1b4c87450a first commit:platformio:5.0.3 il y a 5 ans
py2_test_grammar.py 1b4c87450a first commit:platformio:5.0.3 il y a 5 ans
py3_test_grammar.py 1b4c87450a first commit:platformio:5.0.3 il y a 5 ans

README

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