-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Minor Change
Now that we've dropped support for Python versions older than 3.6, and dict preserves key order starting with Python 3.6, we no longer need SON. We should still keep it around to ease adoption of PyMongo 4, but we no longer need to use it ourselves. Getting rid of our usages will likely improve performance.
- is depended on by
-
PYTHON-3148 Return a Dict Command Cursor in Collection.list_indexes
- Backlog
- is related to
-
PYTHON-2391 Retryable reads/writes CommandStartedEvents publish duplicate command payloads
- Backlog
- related to
-
PYTHON-2518 SON class should be compatible with Python 3's OrderedDict API
- Closed
-
PYTHON-2878 Allow passing dict to sort/create_index/hint
- Closed