Ned Deily added the comment:

Unfortunately, those syntax differences aren't the only problems you could run 
into so making these syntax changes isn't really a general solution, IMO. 'make 
touch' is the documented and supported way to ensure that the unnecessary build 
steps are not run.  But, as you discovered, 'make touch' only works with an hg 
copy of the repo; it was not designed for git clones.  To fully support git 
clones, there would need to be a git equivalent of the hg scripts called by 
'make touch'.  This would be a worthwhile project for someone interested in git 
support to work on and would be considered for inclusion in the repo.

----------
components: +Devguide
nosy: +ezio.melotti
resolution: not a bug -> 
stage: resolved -> needs patch
title: Python 3.5 does not build with Python 2.6. -> 'make touch' does not work 
with git clones of the source repository
type: compile error -> 

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23404>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to