Close #18690: register memoryview with Sequence ABC

This commit is contained in:
Nick Coghlan 2013-10-02 22:31:47 +10:00
parent a0f169cde8
commit 45163ccce4
4 changed files with 10 additions and 0 deletions

View file

@ -2458,6 +2458,10 @@ copying.
.. versionchanged:: 3.3
One-dimensional memoryviews with formats 'B', 'b' or 'c' are now hashable.
.. versionchanged:: 3.4
memoryview is now registered automatically with
:class:`collections.abc.Sequence`
:class:`memoryview` has several methods:
.. method:: __eq__(exporter)