summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2012-10-29 11:45:58 -0700
committerGuido van Rossum <guido@python.org>2012-10-29 11:45:58 -0700
commitd9543edf90ec649fc5b982c2ba48bb1fd2e9b1a1 (patch)
treed391b85b648e3e253adffc3b27c9eccd27ecd462
parentdabc066ff37545eb9d5760279343d4a079621c86 (diff)
downloadtrollius-d9543edf90ec649fc5b982c2ba48bb1fd2e9b1a1.tar.gz
Update TODO.
-rw-r--r--TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO b/TODO
index ac309f5..b73a8c1 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,13 @@
+- Need more examples, e.g. simple client, simple server (echo).
+
+- Benchmarkable HTTP server?
+
+- Do we need call_every()?
+
+- What to do about callbacks with keyword-only arguments?
+
+- Example of using UDP.
+
- Ensure multiple tasks can do atomic writes to the same pipe (since
UNIX guarantees that short writes to pipes are atomic).