[Python-checkins] peps: Add some references.

guido.van.rossum python-checkins at python.org
Mon Jan 7 02:28:16 CET 2013


http://hg.python.org/peps/rev/d816017c5e42
changeset:   4657:d816017c5e42
parent:      4653:cd5c24a3130f
user:        Guido van Rossum <guido at google.com>
date:        Sun Jan 06 17:27:43 2013 -0800
summary:
  Add some references.

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


diff --git a/pep-3156.txt b/pep-3156.txt
--- a/pep-3156.txt
+++ b/pep-3156.txt
@@ -925,6 +925,26 @@
   https://github.com/mnot/thor/blob/master/doc/events.md for examples.)
 
 
+References
+==========
+
+- PEP 380 describes the semantics of ``yield from``.  TBD: Greg
+  Ewing's tutorial.
+
+- PEP 3148 describes ``concurrent.futures.Future``.
+
+- PEP 3153, while rejected, has a good write-up explaining the need
+  to separate transports and protocols.
+
+- 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``:
+  http://python-notes.boredomandlaziness.org/en/latest/pep_ideas/async_programming.html
+
+- TBD: references to the relevant parts of Twisted, Tornado, ZeroMQ,
+  pyftpdlib, libevent, libev, pyev, libuv, wattle, and so on.
+
+
 Acknowledgments
 ===============
 

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


More information about the Python-checkins mailing list