[py-svn] r37786 - py/trunk/py/execnet

hpk at codespeak.net hpk at codespeak.net
Fri Feb 2 02:05:33 CET 2007


Author: hpk
Date: Fri Feb  2 02:05:31 2007
New Revision: 37786

Modified:
   py/trunk/py/execnet/gateway.py
Log:
improve docstring


Modified: py/trunk/py/execnet/gateway.py
==============================================================================
--- py/trunk/py/execnet/gateway.py	(original)
+++ py/trunk/py/execnet/gateway.py	Fri Feb  2 02:05:31 2007
@@ -202,6 +202,10 @@
         """ return channel object for communicating with the asynchronously
             executing 'source' code which will have a corresponding 'channel'
             object in its executing namespace. 
+
+            You may provide callback functions 'stdout' and 'stderr' 
+            which will get called with the remote stdout/stderr output
+            piece by piece.
         """
         try:
             source = str(Source(source))



More information about the pytest-commit mailing list