mirror of
https://github.com/python/cpython.git
synced 2025-09-28 03:13:48 +00:00
whatsnew: memoryview is Sequence and supports Reversed.
This commit is contained in:
parent
9c0c101ee4
commit
db8843f36e
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
===========
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue