diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2012-09-03 11:46:33 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-09-03 11:46:33 (GMT) |
commit | 0b164c04ba519c9f25075b4d44ad78f701e0ba4d (patch) | |
tree | 1c7fc80bef98b2e46fca500ce9c3a82f25d5078a | |
parent | 9c8ad0737a4fbacfdb324c01d28dc29b81599b15 (diff) | |
download | cpython-0b164c04ba519c9f25075b4d44ad78f701e0ba4d.zip cpython-0b164c04ba519c9f25075b4d44ad78f701e0ba4d.tar.gz cpython-0b164c04ba519c9f25075b4d44ad78f701e0ba4d.tar.bz2 |
Issue #15814: Add NEWS entry regarding intended memoryview hashing restrictions
-rw-r--r-- | Misc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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? =============================================== |