yaxing.chen c52c907deb use local pip пре 5 година
..
PaxHeader c52c907deb use local pip пре 5 година
fixers c52c907deb use local pip пре 5 година
._README 1b4c87450a first commit:platformio:5.0.3 пре 5 година
._bom.py 1b4c87450a first commit:platformio:5.0.3 пре 5 година
._crlf.py 1b4c87450a first commit:platformio:5.0.3 пре 5 година
._different_encoding.py 1b4c87450a first commit:platformio:5.0.3 пре 5 година
._false_encoding.py 1b4c87450a first commit:platformio:5.0.3 пре 5 година
._fixers 1b4c87450a first commit:platformio:5.0.3 пре 5 година
._infinite_recursion.py 1b4c87450a first commit:platformio:5.0.3 пре 5 година
._py2_test_grammar.py 1b4c87450a first commit:platformio:5.0.3 пре 5 година
._py3_test_grammar.py 1b4c87450a first commit:platformio:5.0.3 пре 5 година
README 1b4c87450a first commit:platformio:5.0.3 пре 5 година
bom.py 1b4c87450a first commit:platformio:5.0.3 пре 5 година
crlf.py 1b4c87450a first commit:platformio:5.0.3 пре 5 година
different_encoding.py 1b4c87450a first commit:platformio:5.0.3 пре 5 година
false_encoding.py 1b4c87450a first commit:platformio:5.0.3 пре 5 година
infinite_recursion.py 1b4c87450a first commit:platformio:5.0.3 пре 5 година
py2_test_grammar.py 1b4c87450a first commit:platformio:5.0.3 пре 5 година
py3_test_grammar.py 1b4c87450a first commit:platformio:5.0.3 пре 5 година

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