This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author simohe
Recipients simohe
Date 2011-11-01.21:22:19
SpamBayes Score 0.007986556
Marked as misclassified No
Message-id <1320182540.3.0.985799836702.issue13316@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-11-01 21:22:20simohesetrecipients: + simohe
2011-11-01 21:22:20simohesetmessageid: <1320182540.3.0.985799836702.issue13316@psf.upfronthosting.co.za>
2011-11-01 21:22:19simohelinkissue13316 messages
2011-11-01 21:22:19simohecreate