merge with 3.3

This commit is contained in:
Georg Brandl 2013-10-06 11:12:39 +02:00
commit fb0b255022
1 changed files with 1 additions and 1 deletions

View File

@ -734,7 +734,7 @@ This module provides the following functions.
.. method:: CCompiler.execute(func, args[, msg=None, level=1]) .. method:: CCompiler.execute(func, args[, msg=None, level=1])
Invokes :func:`distutils.util.execute` This method invokes a Python function Invokes :func:`distutils.util.execute`. This method invokes a Python function
*func* with the given arguments *args*, after logging and taking into account *func* with the given arguments *args*, after logging and taking into account
the *dry_run* flag. the *dry_run* flag.