From: Nick Coghlan Date: Mon, 3 Sep 2012 11:46:33 +0000 (+1000) Subject: Issue #15814: Add NEWS entry regarding intended memoryview hashing restrictions X-Git-Tag: v3.3.1rc1~818^2^2~148 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f147d7345a840bd28396f0a718d31e6710078f06;p=thirdparty%2FPython%2Fcpython.git Issue #15814: Add NEWS entry regarding intended memoryview hashing restrictions --- diff --git a/Misc/NEWS b/Misc/NEWS index 41732efeb052..7af4faef9d0e 100644 --- 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? ===============================================