changeset 19:264e243e396c

Removed TODO.
author Atul Varma <varmaa@toolness.com>
date Sun, 19 Apr 2009 21:46:09 -0700
parents 69efb6cdc127
children dc3dce13dd3b
files cosocket.py
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/cosocket.py	Sun Apr 19 21:45:46 2009 -0700
+++ b/cosocket.py	Sun Apr 19 21:46:09 2009 -0700
@@ -1,6 +1,3 @@
-# TODO: Need to figure out how to deal with exceptions--both ones
-# in coroutines and ones that occur while coroutines are yielding.
-
 import socket
 import asyncore
 import asynchat