]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added 'read_setup_file()' to read old-style Setup files. Could make life
authorGreg Ward <gward@python.net>
Sun, 17 Sep 2000 00:45:18 +0000 (00:45 +0000)
committerGreg Ward <gward@python.net>
Sun, 17 Sep 2000 00:45:18 +0000 (00:45 +0000)
commit41ed12ffe9de3ddf387641d384a63edf95bfa322
treef4ce4a376d1ebc6e3cdae6371a9d2ed1b1d19978
parent077a11dd00092fead641b9f2bd824790791512c7
Added 'read_setup_file()' to read old-style Setup files.  Could make life
  easier for people porting Makefile.pre.in-based extensions to Distutils.
Also loosened argument-checking in Extension constructor to make life
  easier for 'read_setup_file()'.
Lib/distutils/extension.py