mongo-python-driver/doc/api
behackett afe49a4002 MongoClient/MongoReplicaSetClient PYTHON-423
This change adds two new top level classes, MongoClient
and MongoReplicaSetClient. They work almost exactly the
same as Connection and ReplicaSetConnection with a few
differences:

1. These connection objects awknowledge write operations by default.
2. The network_timeout parameter is gone, use socketTimeoutMS instead.
3. auto_start_request defaults to False.

Default acknowledged write operation will be the biggest change for
most users. Using MongoClient and MongoReplicaSetClient you no longer
have to pass safe=True to a write method (save, update, insert, remove)
to request an acknowledgement from the server.

Connection and ReplicaSetConnection are now deprecated but retain their
previous behavior. This should not be a backward breaking change.
2012-11-16 13:39:18 -08:00
..
bson Doc updates for PyMongo 2.3 2012-08-16 15:52:14 -07:00
gridfs make GridOut an iterator returning chunk sized strings 2010-04-02 10:37:37 -04:00
pymongo MongoClient/MongoReplicaSetClient PYTHON-423 2012-11-16 13:39:18 -08:00
index.rst docs for pymongo->bson move PYTHON-60 2010-09-14 16:34:46 -04:00