commit | 658f629c86ed1b792f62834a996915c03ba2ba58 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Sep 26 23:49:20 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Sep 26 23:49:20 2010 +0000 |
tree | b0f5462e8112b9a129f8e9ec2373a09982c32d67 | |
parent | 81acdb4d9b1aaafbf3fce9c1e9b65bca3a7b978c [diff] |
versionadded #9956
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index c29f50b..45c7651 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst
@@ -2546,6 +2546,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.