summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-06-02 10:49:38 +0200
committerVictor Stinner <victor.stinner@gmail.com>2014-06-02 10:49:38 +0200
commit0d1d0d89dec6c5b14c01933200153348635d2bed (patch)
treed1c8169dc0a5e308b282750ff63a786fbd031cb0
parent1f00ef48ef735b3c5eb49d6d5a45e415fbb77776 (diff)
downloadtrollius-0d1d0d89dec6c5b14c01933200153348635d2bed.tar.gz
Trollius 0.3 requires Pulsar 0.8.2+
-rw-r--r--doc/index.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/index.rst b/doc/index.rst
index 7f7460d..8742b9c 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -247,6 +247,8 @@ This option is used by the following projects which work on Trollius and Tulip:
* `Pulsar <http://pythonhosted.org/pulsar/>`_: Event driven concurrent
framework for Python. With pulsar you can write asynchronous servers
performing one or several activities in different threads and/or processes.
+ Trollius 0.3 requires Pulsar 0.8.2 or later. Pulsar uses the ``asyncio``
+ module if available, or import ``trollius``.
* It looks like `Tornado <http://www.tornadoweb.org/>`_ supports Tulip and
Trollius.