[New-bugs-announce] [issue13316] build_py_2to3 does not execute when there was an error before

simohe report at bugs.python.org
Tue Nov 1 22:22:20 CET 2011


New submission from simohe <simohe at besonet.ch>:

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 copied. Something safer should be used.
The simplest possibility is to always convert.

----------
components: Build
messages: 146807
nosy: simohe
priority: normal
severity: normal
status: open
title: build_py_2to3 does not execute when there was an error before
type: behavior
versions: Python 3.1

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


More information about the New-bugs-announce mailing list