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 __Vano
Recipients Ivan.Pozdeev, __Vano, r.david.murray
Date 2017-09-29.19:31:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <98f5d529-f804-255f-5407-5e8248644ce5@mail.ru>
In-reply-to <1506647463.37.0.213398074469.issue31623@psf.upfronthosting.co.za>
Content
> Assuming 3.4 is packagable using msi and hg is the only problem, I presume you could use an hg-git adapter to get an hg checkout to build from.
An official source tarball, by definition, should be able to be built 
from itself, and contain tools for that. If I take sources from a Git 
repo instead, I'm not building from a tarball. If I must do some 
undocumented magic on the extracted source to build that tools don't do, 
the tools are broken. The current ticket and the attached patch fix the 
tools.

P.S. I didn't include the patch right away 'cuz I was going to make a 
PR. But GitHub doesn't work for me for some reason lately, so attached 
it here after tried and failed.
History
Date User Action Args
2017-09-29 19:31:12__Vanosetrecipients: + __Vano, r.david.murray, Ivan.Pozdeev
2017-09-29 19:31:12__Vanolinkissue31623 messages
2017-09-29 19:31:12__Vanocreate