From 97e5588184464268f71f796254a0e73a2cd93294 Mon Sep 17 00:00:00 2001 From: sunshine Date: Mon, 2 Aug 2004 14:52:39 +0000 Subject: [PATCH] Update Python I2P library version 0.91 by sunshine --- apps/sam/python/todo.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sam/python/todo.txt b/apps/sam/python/todo.txt index 16963bef7a..0bff08203d 100644 --- a/apps/sam/python/todo.txt +++ b/apps/sam/python/todo.txt @@ -10,4 +10,4 @@ Todo: 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). + (eg asyncore).