aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorantirez <antirez>2005-04-02 21:35:33 +0000
committerantirez <antirez>2005-04-02 21:35:33 +0000
commitcff59fd28863ff91079a710b34de19ab4cad4206 (patch)
tree822b67e9c7e124115d49a75b2c25112f66b61d6c /TODO
parentbd9393e8e256e76f5976df479ba50cd00e0f777f (diff)
downloadjimtcl-cff59fd28863ff91079a710b34de19ab4cad4206.zip
jimtcl-cff59fd28863ff91079a710b34de19ab4cad4206.tar.gz
jimtcl-cff59fd28863ff91079a710b34de19ab4cad4206.tar.bz2
Committed the sqlite extension and documentation.
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index 429c04b..5002943 100644
--- a/TODO
+++ b/TODO
@@ -69,6 +69,7 @@ IMPLEMENTATION ISSUES
- *AssocData() function should allow to specify a delProc C function like
in the Tcl API. When the interpreter is destroied all the delProc functions
should be called to free the memory before to free the interpreter.
+- Convert dicts from lists directly without to pass from the string repr.
ERROR MESSAGES