versionadded #9956

This commit is contained in:
Benjamin Peterson 2010-09-26 23:49:20 +00:00
parent 81acdb4d9b
commit 658f629c86

View file

@ -2546,6 +2546,8 @@ the particular object.
memoryview type
===============
.. versionadded:: 2.7
:class:`memoryview` objects allow Python code to access the internal data
of an object that supports the buffer protocol without copying. Memory
is generally interpreted as simple bytes.