Skip to content

Commit 8881c1e

Browse files
committed
Address review
1 parent e59d83c commit 8881c1e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/faq.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,10 @@ PyMongo supports CPython 3.9+ and PyPy3.10+. See the :doc:`python3` for details.
170170

171171
Does PyMongo support asynchronous frameworks like Gevent, asyncio, Tornado, or Twisted?
172172
---------------------------------------------------------------------------------------
173-
As of PyMongo v4.13, PyMongo fully supports asyncio. See `the official docs <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`_ for more details.
173+
As of PyMongo v4.13, PyMongo fully supports asyncio and `Tornado <https://www.tornadoweb.org/>`_. See `the official docs <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`_ for more details.
174174

175175
PyMongo also fully supports :doc:`Gevent <examples/gevent>`.
176176

177-
PyMongo does not support T`ornado <https://www.tornadoweb.org/>`_.
178-
`Motor <https://github.com/mongodb/motor>`_ , our older asynchronous driver, does support Tornado, but will be officially deprecated on May 14th, 2026.
179-
180177
For `Twisted <https://twistedmatrix.com/>`_, see `TxMongo
181178
<https://github.com/twisted/txmongo>`_. Its stated mission is to keep feature
182179
parity with PyMongo.

doc/tools.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,10 @@ Alternative Drivers
162162
These are alternatives to PyMongo.
163163

164164
* `Motor <https://github.com/mongodb/motor>`_ is a full-featured, non-blocking
165-
MongoDB driver for Python Tornado applications. Motor will be officially deprecated on May 14th, 2026.
165+
MongoDB driver for Python Tornado applications.
166+
As of PyMongo v4.13, Motor's features have been merged into PyMongo via the new AsyncMongoClient API.
167+
As a result of this merger, Motor will be officially deprecated on May 14th, 2026.
168+
For more information, see `the official PyMongo docs <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`_.
166169
* `TxMongo <https://github.com/twisted/txmongo>`_ is an asynchronous Twisted
167170
Python driver for MongoDB.
168171
* `MongoMock <https://github.com/mongomock/mongomock>`_ is a small

0 commit comments

Comments
 (0)