forked from I2P_Developers/i2p.i2p
initial import of Connelly's public domain I2P python lib
This commit is contained in:
13
apps/sam/python/todo.txt
Normal file
13
apps/sam/python/todo.txt
Normal 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).
|
Reference in New Issue
Block a user