initial import of Connelly's public domain I2P python lib

This commit is contained in:
jrandom
2004-07-21 07:42:29 +00:00
committed by zzz
parent 8603250d73
commit 5214436d18
39 changed files with 4533 additions and 0 deletions

13
apps/sam/python/todo.txt Normal file
View File

@@ -0,0 +1,13 @@
Todo:
* Deal with known bugs (see bugs.txt).
* Clean up code.
See the comments at the top of samclasses.py.
* Use a logger framework (perhaps Python module logging).
* Deal with FIXME comments.
* Unit tests for close then do something errors.
Try closing a stream at one end, and make sure the other
end gets all the data sent before closing.
* Make an event-based socket class.
(doesn't need to be asyncore -- but perhaps model it).