Commit 658f629c authored by Benjamin Peterson's avatar Benjamin Peterson

versionadded #9956

parent 81acdb4d
...@@ -2546,6 +2546,8 @@ the particular object. ...@@ -2546,6 +2546,8 @@ the particular object.
memoryview type memoryview type
=============== ===============
.. versionadded:: 2.7
:class:`memoryview` objects allow Python code to access the internal data :class:`memoryview` objects allow Python code to access the internal data
of an object that supports the buffer protocol without copying. Memory of an object that supports the buffer protocol without copying. Memory
is generally interpreted as simple bytes. is generally interpreted as simple bytes.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment