[Python-checkins] peps: Link to Tulip repo.

guido.van.rossum python-checkins at python.org
Wed Feb 6 23:37:42 CET 2013


http://hg.python.org/peps/rev/ba64738031da
changeset:   4718:ba64738031da
user:        Guido van Rossum <guido at python.org>
date:        Wed Feb 06 14:37:40 2013 -0800
summary:
  Link to Tulip repo.

files:
  pep-3156.txt |  5 ++++-
  1 files changed, 4 insertions(+), 1 deletions(-)


diff --git a/pep-3156.txt b/pep-3156.txt
--- a/pep-3156.txt
+++ b/pep-3156.txt
@@ -17,7 +17,8 @@
 PEP 3153.  The proposal includes a pluggable event loop API, transport
 and protocol abstractions similar to those in Twisted, and a
 higher-level scheduler based on ``yield from`` (PEP 380).  A reference
-implementation is in the works under the code name tulip.
+implementation is in the works under the code name Tulip (the Tulip
+repo is linked from the References section at the end).
 
 
 Introduction
@@ -1027,6 +1028,8 @@
 - PEP 3153, while rejected, has a good write-up explaining the need
   to separate transports and protocols.
 
+- Tulip repo: http://code.google.com/p/tulip/
+
 - Nick Coghlan wrote a nice blog post with some background, thoughts
   about different approaches to async I/O, gevent, and how to use
   futures with constructs like ``while``, ``for`` and ``with``:

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list