[Python-checkins] r67433 - in sandbox/trunk/2to3: lib2to3/__init__.py lib2to3/fixes/fix_execfile.py lib2to3/fixes/fix_funcattrs.py lib2to3/fixes/fix_idioms.py lib2to3/fixes/fix_import.py lib2to3/fixes/fix_imports.py lib2to3/fixes/fix_imports2.py lib2to3/fixes/fix_itertools.py lib2to3/fixes/fix_itertools_imports.py lib2to3/fixes/fix_standarderror.py lib2to3/fixes/fix_types.py lib2to3/fixes/fix_urllib.py lib2to3/fixes/fix_xreadlines.py lib2to3/fixes/fix_zip.py lib2to3/tests/data/infinite_recursion.py lib2to3/tests/test_all_fixers.py lib2to3/tests/test_parser.py setup.py

benjamin.peterson python-checkins at python.org
Sat Nov 29 00:18:48 CET 2008


Author: benjamin.peterson
Date: Sat Nov 29 00:18:48 2008
New Revision: 67433

Log:
run svneol.py

Modified:
   sandbox/trunk/2to3/lib2to3/__init__.py   (props changed)
   sandbox/trunk/2to3/lib2to3/fixes/fix_execfile.py   (props changed)
   sandbox/trunk/2to3/lib2to3/fixes/fix_funcattrs.py   (props changed)
   sandbox/trunk/2to3/lib2to3/fixes/fix_idioms.py   (props changed)
   sandbox/trunk/2to3/lib2to3/fixes/fix_import.py   (props changed)
   sandbox/trunk/2to3/lib2to3/fixes/fix_imports.py   (props changed)
   sandbox/trunk/2to3/lib2to3/fixes/fix_imports2.py   (props changed)
   sandbox/trunk/2to3/lib2to3/fixes/fix_itertools.py   (props changed)
   sandbox/trunk/2to3/lib2to3/fixes/fix_itertools_imports.py   (props changed)
   sandbox/trunk/2to3/lib2to3/fixes/fix_standarderror.py   (props changed)
   sandbox/trunk/2to3/lib2to3/fixes/fix_types.py   (props changed)
   sandbox/trunk/2to3/lib2to3/fixes/fix_urllib.py   (props changed)
   sandbox/trunk/2to3/lib2to3/fixes/fix_xreadlines.py   (props changed)
   sandbox/trunk/2to3/lib2to3/fixes/fix_zip.py   (props changed)
   sandbox/trunk/2to3/lib2to3/tests/data/infinite_recursion.py   (props changed)
   sandbox/trunk/2to3/lib2to3/tests/test_all_fixers.py   (props changed)
   sandbox/trunk/2to3/lib2to3/tests/test_parser.py   (props changed)
   sandbox/trunk/2to3/setup.py   (props changed)


More information about the Python-checkins mailing list