Details
-
Task
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
None
-
Major Change
Description
Cursor managers were previously deprecated in PyMongo 3.0. None of the current maintainers of PyMongo can devise a use case for them so it's time for them to go. The following changes are required:
Remove the previously deprecated MongoClient.set_cursor_manager.
Remove MongoClient.__cursor_manager and fix up anything that relies on it.
Remove the previously deprecated pymongo/cursor_manager.py
Remove all related documentation.