[Python-porting] Script for automatic 2to3-ing during develooment?
"Martin v. Löwis"
martin at v.loewis.de
Wed Feb 18 22:19:57 CET 2009
More information about the Python-porting mailing list
Wed Feb 18 22:19:57 CET 2009
- Previous message: [Python-porting] Script for automatic 2to3-ing during develooment?
- Next message: [Python-porting] Script for automatic 2to3-ing during develooment?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Lennart Regebro wrote: > When porting you constantly need two copies of the code, one that has > been 2to3'd and one not. Before I start writing a script that syncs > the two and runs 2to3 on the updates scripts I thought I better check > if somebody else already have done this. In distutils' build_py command, there is support for running 2to3 at installation time. Regards, Martin
- Previous message: [Python-porting] Script for automatic 2to3-ing during develooment?
- Next message: [Python-porting] Script for automatic 2to3-ing during develooment?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-porting mailing list