Home | History | Annotate | only in /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data
Up to higher level directory
NameDateSize
bom.py21-Aug-201837
crlf.py21-Aug-201850
different_encoding.py21-Aug-2018230
fixers/21-Aug-2018
infinite_recursion.py21-Aug-201893.5K
py2_test_grammar.py21-Aug-201831.2K
py3_test_grammar.py21-Aug-201830.6K
README21-Aug-2018410

README

      1 In 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