Revision: 15be89f18001
Branch: default
Author: Mika Hänninen <[email protected]>
Date: Tue May 28 02:34:01 2013
Log: Update doc string for terminate_process
http://code.google.com/p/robotframework/source/detail?r=15be89f18001
Modified:
/src/robot/libraries/Process.py
=======================================
--- /src/robot/libraries/Process.py Tue May 28 02:29:58 2013
+++ /src/robot/libraries/Process.py Tue May 28 02:34:01 2013
@@ -331,10 +331,11 @@
return result
def terminate_process(self, handle=None, kill=False):
- """This keyword terminates process using either
- [http://docs.python.org/2.7/library/subprocess.html|subprocess]
module's
- `kill()` or `terminate()`, which can be selected using `kill`
argument
- (by default `terminate()` is used).
+ """This keyword terminates process using either kill or terminate
method.
+
+ See [http://docs.python.org/2.7/library/subprocess.html|subprocess]
+ module's `kill()` or `terminate()`, which can be selected using
`kill`
+ argument (by default `terminate()` is used).
Argument `handle` is optional, if `None` then the active process is
used.
--
---
You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.