mongo-python-driver/gridfs
behackett e0b52baf8e PYTHON-672 - Make read preference a class
This commit introduces the following changes:

- Each read preference is now a class.
- Read preferences other than Primary accept a tag_sets parameter.
- The tag_sets attribute of MongoClient, Database, and Collection has
  been removed. Use the tag_sets parameter of the new classes instead.
- The read_preferences.ReadPreference constant still exists and should
continue to work as expected for most users.
2014-04-14 16:28:07 -07:00
..
__init__.py PYTHON-672 - Make read preference a class 2014-04-14 16:28:07 -07:00
errors.py Update copyright notices and company name. 2014-01-31 09:36:46 -05:00
grid_file.py PYTHON-672 - Make read preference a class 2014-04-14 16:28:07 -07:00