summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2012-11-02 16:49:22 (GMT)
committerStefan Krah <skrah@bytereef.org>2012-11-02 16:49:22 (GMT)
commit4af77a027680f2aa956a4d1c50947d6e2dbd0185 (patch)
tree5da6482a5d2dd2472b83f1a9438b227166322b96 /Doc
parente6996ed5d9c3ce149a8384a625521ab5a0820ae3 (diff)
downloadcpython-4af77a027680f2aa956a4d1c50947d6e2dbd0185.zip
cpython-4af77a027680f2aa956a4d1c50947d6e2dbd0185.tar.gz
cpython-4af77a027680f2aa956a4d1c50947d6e2dbd0185.tar.bz2
Issue #15814: Use hash function that is compatible with the equality
definition from #15573.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/stdtypes.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index 046295c..ea6977f 100644
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -2393,12 +2393,6 @@ copying.
.. versionchanged:: 3.3
One-dimensional memoryviews with formats 'B', 'b' or 'c' are now hashable.
- .. note::
- Hashing of memoryviews with formats other than 'B', 'b' or 'c' as well
- as hashing of multi-dimensional memoryviews is possible in version 3.3.0,
- but will raise an error in 3.3.1 in order to be compatible with the new
- memoryview equality definition.
-
:class:`memoryview` has several methods:
.. method:: __eq__(exporter)