SF.net SVN: fclient: [183] trunk/sandbox/fcp/fcp2_0_consts.py
Status: Pre-Alpha
Brought to you by:
jurner
From: <ju...@us...> - 2008-02-08 13:35:05
|
Revision: 183 http://fclient.svn.sourceforge.net/fclient/?rev=183&view=rev Author: jurner Date: 2008-02-08 05:35:03 -0800 (Fri, 08 Feb 2008) Log Message: ----------- docs Modified Paths: -------------- trunk/sandbox/fcp/fcp2_0_consts.py Modified: trunk/sandbox/fcp/fcp2_0_consts.py =================================================================== --- trunk/sandbox/fcp/fcp2_0_consts.py 2008-02-08 13:34:41 UTC (rev 182) +++ trunk/sandbox/fcp/fcp2_0_consts.py 2008-02-08 13:35:03 UTC (rev 183) @@ -294,7 +294,7 @@ class RequestStatus: """Request status flags @cvar Null: no status - @cvar Pending: the request is not started yet + @cvar Pending: the request was fed to the client (not set for restored requests) @cvar Compressing: the request is about to be compressed @cvar Compressed: compressing is completed @cvar Success: the request has completed successfuly This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |