]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
whatsnew: memoryview is Sequence and supports Reversed.
authorR David Murray <rdmurray@bitdance.com>
Sat, 1 Mar 2014 17:09:55 +0000 (12:09 -0500)
committerR David Murray <rdmurray@bitdance.com>
Sat, 1 Mar 2014 17:09:55 +0000 (12:09 -0500)
Doc/whatsnew/3.4.rst

index 2396f075e32ca29fa9c3c39f5eca55f2868212ee..c220da959bbdf2b9d504c60c05fa9aedf25b79b7 100644 (file)
@@ -377,6 +377,10 @@ Some smaller changes made to the core Python language are:
   references to local variables from the frame.  (Contributed by Antoine Pitrou
   in :issue:`17934`.)
 
+* :class:`memoryview` is now registered as a :class:`Sequence <collections.abc>`,
+  and supports the :func:`reversed` builtin.  (Contributed by Nick Coghlan
+  and Claudiu Popa in :issue:`18690` and :issue:`19078`.)
+
 
 New Modules
 ===========