|
Re: Proposal: No more standard library additions: msg#00130python.python-3000.devel
Greg Ewing schrieb: > 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. And indeed, distutils already has support for that: distutils.dep_util offers a couple of routines that do time-stamp checking. You don't have to reinvent, but you do have to specify what should happen when some file is newer than some other file. distutils cannot know this. Regards, Martin |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Proposal: No more standard library additions: 00130, "Martin v. Löwis" |
|---|---|
| Next by Date: | Re: Proposal: No more standard library additions: 00130, Ronald Oussoren |
| Previous by Thread: | Re: Proposal: No more standard library additionsi: 00130, Greg Ewing |
| Next by Thread: | Re: Proposal: No more standard library additions: 00130, Ronald Oussoren |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |