From: Benjamin Peterson Date: Sun, 26 Sep 2010 23:49:20 +0000 (+0000) Subject: versionadded #9956 X-Git-Tag: v2.7.1rc1~236 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=658f629c86ed1b792f62834a996915c03ba2ba58;p=thirdparty%2FPython%2Fcpython.git versionadded #9956 --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index c29f50bd4b3f..45c76518a8a4 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -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.