[svn] commit: r3012 - /branches/trac322/src/lib/python/isc/utils/process.py

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Sep 23 19:06:56 UTC 2010


Author: vorner
Date: Thu Sep 23 19:06:55 2010
New Revision: 3012

Log:
Better docstring for isc.utils.process

Modified:
    branches/trac322/src/lib/python/isc/utils/process.py

Modified: branches/trac322/src/lib/python/isc/utils/process.py
==============================================================================
--- branches/trac322/src/lib/python/isc/utils/process.py (original)
+++ branches/trac322/src/lib/python/isc/utils/process.py Thu Sep 23 19:06:55 2010
@@ -13,7 +13,13 @@
 # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
 # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-"""Module with renaming function."""
+"""
+Module to manipulate the python processes.
+
+It contains only function to rename the process, which is currently
+wrapper around setproctitle library. Does not fail if the setproctitle
+module is missing, but does nothing in that case.
+"""
 try:
     from setproctitle import setproctitle
 except ImportError:




More information about the bind10-changes mailing list