PYTHON-5377 - Update assets to align with GA release of Async PyMongo#2339
Merged
NoahStapp merged 2 commits intomongodb:masterfrom May 14, 2025
Merged
PYTHON-5377 - Update assets to align with GA release of Async PyMongo#2339NoahStapp merged 2 commits intomongodb:masterfrom
NoahStapp merged 2 commits intomongodb:masterfrom
Conversation
ShaneHarvey
reviewed
May 13, 2025
doc/faq.rst
Outdated
| To use MongoDB with `asyncio <https://docs.python.org/3/library/asyncio.html>`_ | ||
| or `Tornado <https://www.tornadoweb.org/>`_, see the | ||
| `Motor <https://github.com/mongodb/motor>`_ project. | ||
| PyMongo does not support T`ornado <https://www.tornadoweb.org/>`_. |
Member
There was a problem hiding this comment.
T`ornado -> Tornado.
But also, pymongo asyncio totally does support Tornado. Tornado is compatible with asyncio.
Contributor
Author
There was a problem hiding this comment.
Oh nice! I wasn't sure. We don't test against Tornado, but I'm fine with including that Async Pymongo still supports Tornado.
ShaneHarvey
reviewed
May 13, 2025
doc/tools.rst
Outdated
|
|
||
| * `Motor <https://github.com/mongodb/motor>`_ is a full-featured, non-blocking | ||
| MongoDB driver for Python Tornado applications. | ||
| MongoDB driver for Python Tornado applications. Motor will be officially deprecated on May 14th, 2026. |
Member
There was a problem hiding this comment.
Could you mention why by saying that motor's features has been merged into pymongo via the new AsyncMongoClient api.
ShaneHarvey
approved these changes
May 13, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.