[Python-checkins] r66805 - sandbox/trunk/2to3/lib2to3/tests/data/README

benjamin.peterson python-checkins at python.org
Sun Oct 5 03:11:03 CEST 2008


Author: benjamin.peterson
Date: Sun Oct  5 03:11:02 2008
New Revision: 66805

Log:
mention what the fixes directory is for

Modified:
   sandbox/trunk/2to3/lib2to3/tests/data/README

Modified: sandbox/trunk/2to3/lib2to3/tests/data/README
==============================================================================
--- sandbox/trunk/2to3/lib2to3/tests/data/README	(original)
+++ sandbox/trunk/2to3/lib2to3/tests/data/README	Sun Oct  5 03:11:02 2008
@@ -1,5 +1,6 @@
-Files in this directory:
+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


More information about the Python-checkins mailing list