[Python-checkins] cpython: Issue #15814: Update whatsnew to the current state of hashing memoryviews.

georg.brandl python-checkins at python.org
Sun Sep 9 11:19:30 CEST 2012


http://hg.python.org/cpython/rev/88a0792e8ba3
changeset: 78918:88a0792e8ba3
tag: v3.3.0rc2
user: Stefan Krah <skrah at bytereef.org>
date: Sat Sep 08 15:35:01 2012 +0200
summary:
 Issue #15814: Update whatsnew to the current state of hashing memoryviews.
files:
 Doc/whatsnew/3.3.rst | 5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -158,9 +158,8 @@
 
 * Multi-dimensional comparisons are supported for any array type.
 
-* All array types are hashable if the exporting object is hashable
- and the view is read-only. (Contributed by Antoine Pitrou in
- :issue:`13411`)
+* One-dimensional memoryviews of hashable (read-only) types with formats B,
+ b or c are now hashable. (Contributed by Antoine Pitrou in :issue:`13411`)
 
 * Arbitrary slicing of any 1-D arrays type is supported. For example, it
 is now possible to reverse a memoryview in O(1) by using a negative step.
-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /