Returning none

Paul Prescod paul at prescod.net
Sun Aug 29 22:51:02 EDT 1999


Skip Montanaro wrote:
> 
> Using make is not synonymous with programming in C.  A Makefile is nothing
> more than a record of dependencies between files and sets of actions that
> are used to create the descendant files from their ancestors when they are
> out of date.  If you have projects consisting of multiple files, you would
> probably find make (or a clone) helpful.

I know all about make, but in an all-Python project (the best kind) it
is not much value.

 Paul Prescod




More information about the Python-list mailing list