File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -77,12 +77,13 @@ Does PyMongo support Python 3?
77
77
78
78
PyMongo supports Python 3.x where x >= 2. See the :doc: `python3 ` for details.
79
79
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
+ ---------------------------------------------------------------------------------------
82
82
83
83
PyMongo fully supports :doc: `Gevent <examples/gevent >`.
84
84
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
86
87
`Motor <https://github.com/mongodb/motor >`_ project.
87
88
88
89
For `Twisted <http://twistedmatrix.com/ >`_, see `TxMongo
You can’t perform that action at this time.
0 commit comments