diff options
| author | Benjamin Peterson <benjamin@python.org> | 2010-09-26 23:49:20 (GMT) |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2010-09-26 23:49:20 (GMT) |
| commit | 658f629c86ed1b792f62834a996915c03ba2ba58 (patch) | |
| tree | b0f5462e8112b9a129f8e9ec2373a09982c32d67 | |
| parent | 81acdb4d9b1aaafbf3fce9c1e9b65bca3a7b978c (diff) | |
| download | cpython-658f629c86ed1b792f62834a996915c03ba2ba58.zip cpython-658f629c86ed1b792f62834a996915c03ba2ba58.tar.gz cpython-658f629c86ed1b792f62834a996915c03ba2ba58.tar.bz2 | |
versionadded #9956
| -rw-r--r-- | Doc/library/stdtypes.rst | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ 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. |
