]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove obsolete verbose arguments from packaging.
authorÉric Araujo <merwok@netwok.org>
Tue, 15 Nov 2011 10:43:20 +0000 (11:43 +0100)
committerÉric Araujo <merwok@netwok.org>
Tue, 15 Nov 2011 10:43:20 +0000 (11:43 +0100)
commit4d1554650475cc9a2c2773d6758687f4b3542de9
tree90440373b540b9097ae6c9116992243b4dd75941
parent9b5c7f44fad8fd78c23826218c6e7b425c06b183
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.
14 files changed:
Doc/install/install.rst
Doc/library/packaging.compiler.rst
Doc/library/packaging.util.rst
Lib/packaging/command/build_ext.py
Lib/packaging/command/cmd.py
Lib/packaging/command/sdist.py
Lib/packaging/command/test.py
Lib/packaging/compiler/__init__.py
Lib/packaging/compiler/bcppcompiler.py
Lib/packaging/compiler/ccompiler.py
Lib/packaging/compiler/cygwinccompiler.py
Lib/packaging/compiler/msvc9compiler.py
Lib/packaging/compiler/msvccompiler.py
Lib/packaging/util.py