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 mdk
Recipients barry, martin.panter, mdk, pitrou, twouters, vstinner, xdegaye
Date 2018-02-06.23:00:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517958029.95.0.467229070634.issue32430@psf.upfronthosting.co.za>
In-reply-to
Content
Taking arguments into account, this solution may work:

- Continue to distribute a Setup.dist
- Add a configure option to change it, as Victor said --setup-file should do it, the default value should 
be Setup.dist
- Remove the `cp Setup.dist Setup`

This solution fixes the issue32429 as there is no longer a copy, it does not starts to track the Setup file so it should nor introduce any issue while switching to and from branches with this modification, and allow one to have multiple named configurations.
History
Date User Action Args
2018-02-06 23:00:30mdksetrecipients: + mdk, twouters, barry, pitrou, vstinner, xdegaye, martin.panter
2018-02-06 23:00:29mdksetmessageid: <1517958029.95.0.467229070634.issue32430@psf.upfronthosting.co.za>
2018-02-06 23:00:29mdklinkissue32430 messages
2018-02-06 23:00:29mdkcreate