- Fixed __repr__ for closed instances of MongoClient.
- Fixed MongoReplicaSetClient handling of uuidRepresentation.
- Fixed building and testing the documentation with python 3.x.
- New documentation for TLS/SSL and PyMongo 2.x and using PyMongo 2.x with MongoDB Atlas.
To see the full list of resolved issues in this release, check out our Jira: https://jira.mongodb.org/browse/PYTHON/fixforversion/16885
Downloads: https://pypi.python.org/pypi/pymongo/2.9.4
Change log: http://api.mongodb.org/python/2.9.4/changelog.html
Documentation: http://api.mongodb.org/python/2.9.4/index.html
As always, please let us know if you have any problems by opening a PYTHON ticket on our Jira: https://jira.mongodb.org/browse/PYTHON
- The PyMongo Dev Team