Skip to content

Commit d6e1308

Browse files
committed
Motor now supports asyncio.
1 parent 5e1b080 commit d6e1308

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/faq.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,13 @@ Does PyMongo support Python 3?
7777

7878
PyMongo supports Python 3.x where x >= 2. See the :doc:`python3` for details.
7979

80-
Does PyMongo support asynchronous frameworks like Gevent, Tornado, or Twisted?
81-
------------------------------------------------------------------------------
80+
Does PyMongo support asynchronous frameworks like Gevent, asyncio, Tornado, or Twisted?
81+
---------------------------------------------------------------------------------------
8282

8383
PyMongo fully supports :doc:`Gevent <examples/gevent>`.
8484

85-
To use MongoDB with `Tornado <http://www.tornadoweb.org/>`_ see the
85+
To use MongoDB with `asyncio <https://docs.python.org/3/library/asyncio.html>`
86+
or `Tornado <http://www.tornadoweb.org/>`_, see the
8687
`Motor <https://github.com/mongodb/motor>`_ project.
8788

8889
For `Twisted <http://twistedmatrix.com/>`_, see `TxMongo

0 commit comments

Comments
 (0)