[issue13930] lib2to3 ability to output files into a different directory and alter their names

Gregory P. Smith report at bugs.python.org
Fri Feb 3 08:41:28 CET 2012


New submission from Gregory P. Smith <greg at krypto.org>:

In order for lib2to3 to be integrated into parts of our workflow at work we need it to be able to write converted code out to new directory and modify the filename in the process.  While doing that, it is very convenient if it can also write all files regardless of if refactoring caused any changes.

This patch adds those three features.

Uploading it to the bugtracker in hope of it showing up with a code review link.

----------
assignee: gregory.p.smith
components: 2to3 (2.x to 3.x conversion tool)
files: 2to3-output-to-new-dir-gps01.patch
hgrepos: 111
keywords: patch
messages: 152498
nosy: gregory.p.smith, twouters
priority: normal
severity: normal
stage: patch review
status: open
title: lib2to3 ability to output files into a different directory and alter their names
type: enhancement
versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3
Added file: http://bugs.python.org/file24406/2to3-output-to-new-dir-gps01.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13930>
_______________________________________


More information about the Python-bugs-list mailing list