Ned Deily added the comment:

Thanks, David. Ideally, the generator script shouldn't run during an installer 
build since presumably the generated file should be up-to-date in the repo.  
"make touch" could handle that but the installer build does use a separate 
build/object directory and doesn't currently use "make touch".  For Python 3.5, 
the installer build now does need at least a Python 2.6 to build the 
documentation but there's no reason to unnecessarily break the main build with 
such a simple fix available.

----------
nosy: +ned.deily

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

Reply via email to