summaryrefslogtreecommitdiffstats
path: root/Doc/library/packaging.util.rst
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-11-15 10:43:20 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-11-15 10:43:20 (GMT)
commit4d1554650475cc9a2c2773d6758687f4b3542de9 (patch)
tree90440373b540b9097ae6c9116992243b4dd75941 /Doc/library/packaging.util.rst
parent9b5c7f44fad8fd78c23826218c6e7b425c06b183 (diff)
downloadcpython-4d1554650475cc9a2c2773d6758687f4b3542de9.zip
cpython-4d1554650475cc9a2c2773d6758687f4b3542de9.tar.gz
cpython-4d1554650475cc9a2c2773d6758687f4b3542de9.tar.bz2
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.
Diffstat (limited to 'Doc/library/packaging.util.rst')
-rw-r--r--Doc/library/packaging.util.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/packaging.util.rst b/Doc/library/packaging.util.rst
index 7513249..e628c32 100644
--- a/Doc/library/packaging.util.rst
+++ b/Doc/library/packaging.util.rst
@@ -90,7 +90,7 @@ This module contains various helpers for the other modules.
Search the path for a given executable name.
-.. function:: execute(func, args, msg=None, verbose=0, dry_run=0)
+.. function:: execute(func, args, msg=None, dry_run=False)
Perform some action that affects the outside world (for instance, writing to
the filesystem). Such actions are special because they are disabled by the