We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e5893 commit c696904Copy full SHA for c696904
CHANGELOG.md
@@ -17,6 +17,8 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
17
- Improved exception handling:
18
- exceptions can now be converted with codecs
19
- `InnerException` and `__cause__` are propagated properly
20
+- .NET collection types now implement standard Python collection interfaces from `collections.abc`.
21
+See [Mixins/collections.py](src/runtime/Mixins/collections.py).
22
- .NET arrays implement Python buffer protocol
23
24
0 commit comments