As a result of PYTHON-3311, which exposed some attributes under an explicit _all_ we have some duplication of classes, e.g.
https://pymongo.readthedocs.io/en/stable/api/bson/index.html#bson.Binary
https://pymongo.readthedocs.io/en/stable/api/bson/binary.html#bson.binary.Binary
- is caused by
-
PYTHON-3311 Module "pymongo" does not explicitly export attribute "MongoClient"; implicit reexport disabled
- Closed