Index: Doc/library/stdtypes.rst =================================================================== --- Doc/library/stdtypes.rst (Revision 85018) +++ Doc/library/stdtypes.rst (Arbeitskopie) @@ -2543,6 +2543,8 @@ 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.