-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.6
-
Component/s: BSON
-
None
set, frozenset, and Python 3's range are basic Python types.
The same goes for Python 3's dictionary view objects dict_keys, dict_values, and dict_items.
The BSON module should be able to encode them without the end-user needing to convert them to a list or tuple first.
- is duplicated by
-
PYTHON-1168 Support arbitrary sequence types for BSON array
- Closed
- is related to
-
PYTHON-1823 Add mechanism to encode any iterable without inflating to a list
- Backlog