Revision: 8b2e9db14275
Branch:   default
Author:   Mikko Korpela <[email protected]>
Date:     Fri May 10 03:39:09 2013
Log:      Process: Documentation changes
http://code.google.com/p/robotframework/source/detail?r=8b2e9db14275

Modified:
 /src/robot/libraries/Process.py

=======================================
--- /src/robot/libraries/Process.py     Fri May  3 03:41:38 2013
+++ /src/robot/libraries/Process.py     Fri May 10 03:39:09 2013
@@ -40,6 +40,8 @@
     - Checking process status (e.g. `Process Should Be Running` and
       `Process Should Be Stopped` keywords).

+ Note that this library has not been designed for Iron Python compatibility.
+
     == Table of contents ==

     - `Configurations`
@@ -278,7 +280,7 @@
         return self._process(handle).pid

     def get_process_object(self, handle=None):
-        """Return the process object with `handle`.
+        """Return the underlying Popen process object with `handle`.

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.


Reply via email to