diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-18 18:57:52 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-18 18:57:52 (GMT) |
commit | ad62b03949eca11677fd55df2f8d5f7ef5f504e8 (patch) | |
tree | 551fbc324e700f5cb526e2a31c8a5540015aa1a1 /Misc | |
parent | c8a16867f69c1a28ee6804bb71d67ac5d82fe4d8 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ------- |