mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
versionadded #9956
This commit is contained in:
parent
81acdb4d9b
commit
658f629c86
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue