Details
-
Task
-
Status: Closed
-
Unknown
-
Resolution: Fixed
-
None
-
None
-
None
Description
We don't re-implement anything that was deprecated in PyMongo 3.12 in Motor so we get all the deprecations for free, in a manner of speaking.
Docstrings for some methods need to be updated with Motor specific examples as indicated by the doc build warning:
$ python3.7 -m tox -e py3-sphinx-docs
|
...
|
PyMongo docstrings with code blocks that need update:
|
motor.motor_asyncio.AsyncIOMotorDatabase.profiling_info
|
motor.motor_asyncio.AsyncIOMotorDatabase.profiling_level
|
motor.motor_asyncio.AsyncIOMotorDatabase.set_profiling_level
|
motor.motor_tornado.MotorDatabase.profiling_info
|
motor.motor_tornado.MotorDatabase.profiling_level
|
motor.motor_tornado.MotorDatabase.set_profiling_level
|
ORIGINAL DESCRIPTION
Deprecate APIs that were deprecated in PyMongo 3.12.
Attachments
Issue Links
- is related to
-
MOTOR-697 Add ability to deprecate wrapped commands via AsyncCommand
-
- Closed
-