-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
PyMongo currently provides get|set|unset_lasterror_options methods for setting write concern on a Connection, Database, or Collection instance. The current API will be deprecated in favor of a write_concern attribute, defined as a dict of write concern options (j, w, wtimeout, fsync).
The current API will be deprecated but continue to exist until at least PyMongo 3.0
- is related to
-
PYTHON-423 Support MongoClient / MongoReplicaSetClient defaulting to acknowledged write operations.
- Closed