summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-01-18 18:57:52 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-01-18 18:57:52 (GMT)
commitad62b03949eca11677fd55df2f8d5f7ef5f504e8 (patch)
tree551fbc324e700f5cb526e2a31c8a5540015aa1a1 /Misc
parentc8a16867f69c1a28ee6804bb71d67ac5d82fe4d8 (diff)
downloadcpython-ad62b03949eca11677fd55df2f8d5f7ef5f504e8.zip
cpython-ad62b03949eca11677fd55df2f8d5f7ef5f504e8.tar.gz
cpython-ad62b03949eca11677fd55df2f8d5f7ef5f504e8.tar.bz2
Issue #10451: memoryview objects could allow to mutate a readable buffer.
Initial patch by Ross Lagerwall.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 071ad42..1bc3b2f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.2 Release Candidate 2?
Core and Builtins
-----------------
+- Issue #10451: memoryview objects could allow to mutate a readable buffer.
+ Initial patch by Ross Lagerwall.
+
Library
-------