]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
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)
commit70e1d9b59da4004bdf5681d9c98fd0435bcd7c9e
treeaa61335afc37691ab1a92d8cec48a6e427f3df15
parentcfb30e23d1763e961ce1b19f706d85b30c3b3d16
save the verbose argument as an instance attributes.  Subclasses of
CCompiler may rely on the presence of self.verbose (SciPy's distutils
appears to).
Lib/distutils/ccompiler.py