Commit 323e7bbb authored by R David Murray's avatar R David Murray

whatsnew: memoryview is Sequence and supports Reversed.

parent c3b0de4e
......@@ -377,6 +377,10 @@ Some smaller changes made to the core Python language are:
references to local variables from the frame. (Contributed by Antoine Pitrou
in :issue:`17934`.)
* :class:`memoryview` is now registered as a :class:`Sequence <collections.abc>`,
and supports the :func:`reversed` builtin. (Contributed by Nick Coghlan
and Claudiu Popa in :issue:`18690` and :issue:`19078`.)
New Modules
===========
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment