Message217417
| Author | ned.deily |
|---|---|
| Recipients | benjamin.peterson, db3l, eric.araujo, ezio.melotti, kushal.das, loewis, ned.deily, python-dev, twouters, vstinner |
| Date | 2014-04-28.20:53:45 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1398718425.92.0.777104404677.issue17861@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-04-28 20:53:46 | ned.deily | set | recipients: + ned.deily, loewis, twouters, db3l, vstinner, benjamin.peterson, ezio.melotti, eric.araujo, python-dev, kushal.das |
| 2014-04-28 20:53:45 | ned.deily | set | messageid: <1398718425.92.0.777104404677.issue17861@psf.upfronthosting.co.za> |
| 2014-04-28 20:53:45 | ned.deily | link | issue17861 messages |
| 2014-04-28 20:53:45 | ned.deily | create | |