|
Re: Proposal: No more standard library additions: msg#00127python.python-3000.devel
Phillip J. Eby wrote: > Meanwhile, the higher-level layer is based on the idea of dependency > between sequentially invoked commands, rather than dependency between > things being built. This is what bothers me most about the design of distutils, I think. A setup.py file should be structured like a Makefile, and processed in a Make-like way. Martin v. Löwis wrote: > Couldn't there be a subcommand of "build" that > creates the documentation? Of course, that command would have to do > the time-stamp checking, Which it *shouldn't* have to do. Timestamp checking is fundamental to any kind of build process. It should be built into the very foundations of the tool, not left for each extension to re-invent separately. -- Greg _______________________________________________ Python-3000 mailing list Python-3000@xxxxxxxxxx http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/gcpd3-python-3000%40m.gmane.org |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Proposal: No more standard library additions: 00127, Greg Ewing |
|---|---|
| Next by Date: | Re: Proposal: No more standard library additions: 00127, Greg Ewing |
| Previous by Thread: | Re: Proposal: No more standard library additionsi: 00127, Phillip J. Eby |
| Next by Thread: | Re: Proposal: No more standard library additions: 00127, "Martin v. Löwis" |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |