Remove obsolete verbose arguments from packaging.

Logging replaces verbose arguments.  I haven’t fixed the example in
Doc/install/install.rst because I have major fixes and changes to the
oc under way and will fix or remove that example as part of that task.
This commit is contained in:
Éric Araujo 2011-11-15 11:43:20 +01:00
parent 9b5c7f44fa
commit 4d15546504
14 changed files with 44 additions and 57 deletions

View file

@ -309,8 +309,8 @@ class MSVCCompiler(CCompiler) :
static_lib_format = shared_lib_format = '%s%s'
exe_extension = '.exe'
def __init__(self, verbose=0, dry_run=False, force=False):
super(MSVCCompiler, self).__init__(verbose, dry_run, force)
def __init__(self, dry_run=False, force=False):
super(MSVCCompiler, self).__init__(dry_run, force)
self.__version = VERSION
self.__root = r"Software\Microsoft\VisualStudio"
# self.__macros = MACROS