From: Jeremy Hylton Date: Thu, 13 Jun 2002 17:27:13 +0000 (+0000) Subject: Add depends=None to the arglist for compile(). X-Git-Tag: v2.3c1~5343 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6864d30dfedc7325540fbed580dc35d24b56a41d;p=python Add depends=None to the arglist for compile(). --- diff --git a/Lib/distutils/mwerkscompiler.py b/Lib/distutils/mwerkscompiler.py index 6242f12aa1..1f71c60cea 100644 --- a/Lib/distutils/mwerkscompiler.py +++ b/Lib/distutils/mwerkscompiler.py @@ -62,7 +62,8 @@ class MWerksCompiler (CCompiler) : include_dirs=None, debug=0, extra_preargs=None, - extra_postargs=None): + extra_postargs=None, + depends=None): (output_dir, macros, include_dirs) = \ self._fix_compile_args (output_dir, macros, include_dirs) self.__sources = sources