[issue13316] build_py_2to3 does not convert when there was an error in the last run
simohe
report at bugs.python.org
Thu Nov 3 21:28:02 CET 2011
simohe <simohe at besonet.ch> added the comment:
It does stop with an error message.
But when I reinvoke the command, converting is skipped (because the file is already copied). No error message is raised and the build continues with the remaining jobs (build_*).
It should reexecute at least the failing conversion and those after them. (And when the error still is there, it should reraise it.)
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13316>
_______________________________________
More information about the Python-bugs-list
mailing list