]> granicus.if.org Git - python/commitdiff
save the verbose argument as an instance attributes. Subclasses of
authorSkip Montanaro <skip@pobox.com>
Tue, 1 Oct 2002 17:39:59 +0000 (17:39 +0000)
committerSkip Montanaro <skip@pobox.com>
Tue, 1 Oct 2002 17:39:59 +0000 (17:39 +0000)
CCompiler may rely on the presence of self.verbose (SciPy's distutils
appears to).

Lib/distutils/ccompiler.py

index 43dfa731d28c412f5e5b35db79a6fd4e4f3fcd62..60d1caeed125b9b35ef5f7d433cdbf54ea35277c 100644 (file)
@@ -82,6 +82,7 @@ class CCompiler:
 
         self.dry_run = dry_run
         self.force = force
+        self.verbose = verbose
 
         # 'output_dir': a common output directory for object, library,
         # shared object, and shared library files