-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
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.