[issue13316] build_py_2to3 does not execute when there was an error before

2011-11-01 Thread simohe
Changes by simohe : -- components: +2to3 (2.x to 3.x conversion tool) ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue13316] build_py_2to3 does not execute when there was an error before

2011-11-01 Thread simohe
New submission from simohe : When I use build_py_2to3 and there is an error while converting a file with 2to3, convert is skipped on the next run. The reason is that build_module in build_py_2to3 (in module distutils.command.build_py) only appends the file for converting when it is newly copi