Update of /cvsroot/webware/Webware/MiscUtils
In directory usw-pr-cvs1:/tmp/cvs-serv4857
Modified Files:
DataTable.py
Log Message:
added to-do item in doc string
Index: DataTable.py
===================================================================
RCS file: /cvsroot/webware/Webware/MiscUtils/DataTable.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** DataTable.py 2001/12/20 21:23:05 1.17
--- DataTable.py 2001/12/20 21:36:19 1.18
***************
*** 155,158 ****
--- 155,159 ----
TO DO
+ * Allow callback parameter or setting for parsing CSV records.
* Perhaps TableRecord should inherit UserList and UserDict and override methods as appropriate...?
* Better support for datetime.
|