]> granicus.if.org Git - python/commitdiff
versionadded #9956
authorBenjamin Peterson <benjamin@python.org>
Sun, 26 Sep 2010 23:49:20 +0000 (23:49 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 26 Sep 2010 23:49:20 +0000 (23:49 +0000)
Doc/library/stdtypes.rst

index c29f50bd4b3fdb581bd16ad8e518f3dc77b74b15..45c76518a8a4d5e134108321a3aca1d4636b9375 100644 (file)
@@ -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.