]> 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 d954889f1f820dc611226794c1235ef34bebe541..aae2f35e02b3400be79c85046b8e8ce56aba416b 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -52,6 +52,14 @@ Build
 - Issue #15822: Really ensure 2to3 grammar pickles are properly installed
   (replaces fixes for Issue #15645).
 
+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?
 ===============================================