Author: dmeyer
Date: Thu Feb 14 06:17:14 2008
New Revision: 3096

Log:
doc update

Modified:
   trunk/epg/src/client.py

Modified: trunk/epg/src/client.py
==============================================================================
--- trunk/epg/src/client.py     (original)
+++ trunk/epg/src/client.py     Thu Feb 14 06:17:14 2008
@@ -49,10 +49,10 @@
 
 def wait_while_connecting():
     """
-    Decorator that wraps kaa.coroutine, raising an exception if
-    the client is disconnected, NotFinished if the client is in the process
-    of connecting, or the actual return value of the decorated function if the
-    client is connected.
+    Decorator that is raising an exception if the client is disconnected,
+    NotFinished if the client is in the process of connecting, or the actual
+    return value in an InProgress object of the decorated function if the 
client
+    is connected.
     """
     def decorator(func):
         def newfunc(client, *args, **kwargs):

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to