summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2012-10-16 22:17:15 -0700
committerGuido van Rossum <guido@python.org>2012-10-16 22:17:15 -0700
commitbec1db79645f0aba3469def8d9cd9d7b0cc54db5 (patch)
tree1d52a48839ac69b00420406fa4fa42aab98397b9 /README
parent0b0da72d0d23a4c582ea07dd3d2638021183750e (diff)
downloadtrollius-bec1db79645f0aba3469def8d9cd9d7b0cc54db5.tar.gz
Added README.
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..1267426
--- /dev/null
+++ b/README
@@ -0,0 +1,10 @@
+Tulip is the codename for my attempt at understanding PEP-380 style
+coroutines (i.e. those using generators and 'yield from').
+
+For reference, see many threads in python-ideas@python.org started in
+October 2012, especially those with "The async API of the Future" in
+their subject, and the various spin-off threads.
+
+Copyright/license: Open source, Apache 2.0. Enjoy.
+
+--Guido van Rossum <guido@python.org>