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 pitrou
Recipients barry, benjamin.peterson, mdk, pitrou, xdegaye
Date 2017-12-26.23:24:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514330684.71.0.213398074469.issue32429@psf.upfronthosting.co.za>
In-reply-to
Content
> +1 - do you have any thoughts on that?

I think the current scheme may have been useful at a time where DVCS didn't exist.  You would maintain an unversioned copy of Modules/Setup.dist in your work-tree.  Nowadays you can fork a github repo and maintain your own branch with changes to a tracked file.  I don't think Modules/Setup deserves special treatment compared to, say, setup.py or Makefile.pre.in.
History
Date User Action Args
2017-12-26 23:24:44pitrousetrecipients: + pitrou, barry, benjamin.peterson, xdegaye, mdk
2017-12-26 23:24:44pitrousetmessageid: <1514330684.71.0.213398074469.issue32429@psf.upfronthosting.co.za>
2017-12-26 23:24:44pitroulinkissue32429 messages
2017-12-26 23:24:44pitroucreate