Staging
v0.5.1
https://github.com/python/cpython
Revision 12426998cee12903078395cca849564179126be9 authored by Gregory P. Smith on 12 February 2012, 23:51:21 UTC, committed by Gregory P. Smith on 12 February 2012, 23:51:21 UTC
directory tree instead of overwriting the input files.  Adds three command
line options: -o/--output-dir, -W/--write-unchanged-files and --add-suffix.

Feature backports into stable release branches for 2to3 are allowed by
a special exemption:
 http://mail.python.org/pipermail/python-dev/2011-December/115089.html
1 parent 3c990e0
Raw File
Tip revision: 12426998cee12903078395cca849564179126be9 authored by Gregory P. Smith on 12 February 2012, 23:51:21 UTC
Issue #13930: Adds ability for 2to3 to write its output to a different
Tip revision: 1242699
.gitignore
*.cover
*.o
*.orig
*.pyc
*.pyd
*.pyo
*.rej
*~
Doc/build/
Doc/tools/docutils/
Doc/tools/jinja2/
Doc/tools/pygments/
Doc/tools/sphinx/
Lib/lib2to3/*.pickle
Makefile
Makefile.pre
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
PCbuild/*.bsc
PCbuild/*.dll
PCbuild/*.exe
PCbuild/*.exp
PCbuild/*.lib
PCbuild/*.ncb
PCbuild/*.o
PCbuild/*.pdb
PCbuild/Win32-temp-*
Parser/pgen
Parser/pgen.stamp
autom4te.cache
build/
config.log
config.status
libpython*.a
libpython*.so*
pyconfig.h
python
python-gdb.py
tags
.coverage
coverage/
htmlcov/
back to top