We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03015d0 commit 077463cCopy full SHA for 077463c
doc/migrate-to-pymongo4.rst
@@ -54,7 +54,10 @@ MongoReplicaSetClient
54
---------------------
55
56
Removed :class:`~pymongo.mongo_replica_set_client.MongoReplicaSetClient`.
57
-Use :class:`pymongo.mongo_client.MongoClient` instead.
+Since PyMongo 3.0, ``MongoReplicaSetClient`` has been identical to
58
+:class:`pymongo.mongo_client.MongoClient`. Applications can simply replace
59
+``MongoReplicaSetClient`` with :class:`pymongo.mongo_client.MongoClient` and
60
+get the same behavior.
61
62
MongoClient
63
-----------
0 commit comments