]> granicus.if.org Git - python/commitdiff
Issue #15814: Add NEWS entry regarding intended memoryview hashing restrictions
authorNick Coghlan <ncoghlan@gmail.com>
Mon, 3 Sep 2012 11:46:33 +0000 (21:46 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Mon, 3 Sep 2012 11:46:33 +0000 (21:46 +1000)
Misc/NEWS

index 41732efeb0529431d151c9dedd168cb79f676bcc..7af4faef9d0e32547a55c157884eaa50a3238ff9 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -85,6 +85,14 @@ Library
   calling the C function wadd_wch()/mvwadd_wch() if the Python curses is linked
   to libncursesw.
 
+Documentation
+-------------
+
+- Issue #15814: The memoryview enhancements in 3.3.0 accidentally permitted
+  the hashing of multi-dimensional memorviews and memoryviews with multi-byte
+  item formats. The intended restrictions have now been documented - they
+  will be correctly enforced in 3.3.1
+
 
 What's New in Python 3.3.0 Release Candidate 1?
 ===============================================