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
.bzrignore
ยด.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Parser/pgen
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
.coverage
coverage/*
htmlcov/*
back to top