-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: API
-
None
-
Major Change
We have a private IsMaster class used in SDAM. We should deprecate it in 3.11 and remove it in 4.0.
This is an internal class but it does happen to be published in ServerHeartbeatSucceededEvent:
@property def reply(self): """An instance of :class:`~pymongo.ismaster.IsMaster`.""" return self.__reply
- related to
-
PYTHON-2546 Remove Oppressive Language From Driver Projects
- Released