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 vinay.sajip
Recipients jkloth, mhammond, paul.moore, tim.golden, vinay.sajip
Date 2013-07-19.09:40:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374226834.71.0.479541523285.issue18491@psf.upfronthosting.co.za>
In-reply-to
Content
How about the following?

1. Paul updates the patch to include .pyw files, but also puts all the functionality of this patch in #if defined(SCRIPT_WRAPPER).
2. SCRIPT_WRAPPER is left undefined in the launcher Visual Studio project, so it will build identically to how it does now.
3. Once the dust has settled on distutils-sig, and we know for sure what we need for script wrappers, we add a separate Visual Studio project to the Python solution which defines SCRIPT_WRAPPER and puts the built files in whatever  destination is appropriate.

This will give the benefit that we can reuse common functionality at the source code level, without changing the existing behaviour of py.exe/pyw.exe.
History
Date User Action Args
2013-07-19 09:40:34vinay.sajipsetrecipients: + vinay.sajip, mhammond, paul.moore, tim.golden, jkloth
2013-07-19 09:40:34vinay.sajipsetmessageid: <1374226834.71.0.479541523285.issue18491@psf.upfronthosting.co.za>
2013-07-19 09:40:34vinay.sajiplinkissue18491 messages
2013-07-19 09:40:34vinay.sajipcreate