diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-18 19:06:09 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-18 19:06:09 (GMT) |
commit | 566facd39b90595b1b7ab61a26c77e426ac22c73 (patch) | |
tree | 002b459ea188474c49d112b18f98469ca15bfffc /Misc | |
parent | cbb98950db66e17ffb3219d1d19a001a6b4020cc (diff) | |
download | cpython-566facd39b90595b1b7ab61a26c77e426ac22c73.zip cpython-566facd39b90595b1b7ab61a26c77e426ac22c73.tar.gz cpython-566facd39b90595b1b7ab61a26c77e426ac22c73.tar.bz2 |
Merged revisions 88097 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r88097 | antoine.pitrou | 2011-01-18 19:57:52 +0100 (mar., 18 janv. 2011) | 4 lines
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.1.4? Core and Builtins ----------------- +- Issue #10451: memoryview objects could allow to mutate a readable buffer. + Initial patch by Ross Lagerwall. + - Issue #10892: Don't segfault when trying to delete __abstractmethods__ from a class. |