From 658f629c86ed1b792f62834a996915c03ba2ba58 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 26 Sep 2010 23:49:20 +0000 Subject: [PATCH] versionadded #9956 --- Doc/library/stdtypes.rst | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.47.3