-
Type: Task
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Minor Change
It's currently optional to provide an upgrade path from PyMongo 2.x. Since PyMongo 3.0 MongoClient connects to all the members of a replica set making it necessary to tell close_cursor which server the cursor exists on, not just the cursor id.
This is a minor backward breaking change, but we doubt any application calls this method directly.
- is related to
-
PYTHON-1551 Deprecate MongoClient.close_cursor
- Closed