SF.net SVN: fclient: [453] trunk/fcp2/src/fcp2/client.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-07-01 08:17:08
|
Revision: 453
http://fclient.svn.sourceforge.net/fclient/?rev=453&view=rev
Author: jUrner
Date: 2008-07-01 01:17:17 -0700 (Tue, 01 Jul 2008)
Log Message:
-----------
some notes
Modified Paths:
--------------
trunk/fcp2/src/fcp2/client.py
Modified: trunk/fcp2/src/fcp2/client.py
===================================================================
--- trunk/fcp2/src/fcp2/client.py 2008-07-01 08:04:06 UTC (rev 452)
+++ trunk/fcp2/src/fcp2/client.py 2008-07-01 08:17:17 UTC (rev 453)
@@ -184,11 +184,14 @@
# TODO: check if this is a bug in Fcp
# NOTE: seems to be fixed in [build 1112], fixes removed
#-------------------------------------------------------------------------------------------------------------------------------------------------
-# PersistentPutDiskDir vs PutComplexDir
+
+
+# reminders to self
+#------------------------------------------------------------------------------------------------------------------------------------------------
+# Key()
#
-# x. currently not handled on PersistentPutDir. have to test this
-# Fcp provides a new field "PutDirType": "complex" or "disk" to distinguish PutComplexDir and PutDiskDir
-#
+# we do not allow passing strings as uris. putting a CHK gets in the way here. would have to add another
+# special case to handle 'CHK@myfilename' on input. so for uniformity reasons keys are enforced.
#------------------------------------------------------------------------------------------------------------------------------------------------
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|