SF.net SVN: fclient: [291] trunk/sandbox/fcp2/fcparams.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <ju...@us...> - 2008-02-27 12:07:25
|
Revision: 291
http://fclient.svn.sourceforge.net/fclient/?rev=291&view=rev
Author: jurner
Date: 2008-02-27 04:07:31 -0800 (Wed, 27 Feb 2008)
Log Message:
-----------
minor change
Modified Paths:
--------------
trunk/sandbox/fcp2/fcparams.py
Modified: trunk/sandbox/fcp2/fcparams.py
===================================================================
--- trunk/sandbox/fcp2/fcparams.py 2008-02-27 12:06:59 UTC (rev 290)
+++ trunk/sandbox/fcp2/fcparams.py 2008-02-27 12:07:31 UTC (rev 291)
@@ -38,7 +38,6 @@
except ValueError:
return None
-#TODO: validate FcPersistentUserData... only ASCII (???) chars allowed
def validateString(value):
try:
return str(value)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|