[Python-checkins] cpython: whatsnew: memoryview is Sequence and supports Reversed.
r.david.murray
python-checkins at python.org
Sat Mar 1 18:12:00 CET 2014
http://hg.python.org/cpython/rev/c440c5893d09
changeset: 89442:c440c5893d09
user: R David Murray <rdmurray at bitdance.com>
date: Sat Mar 01 12:09:55 2014 -0500
summary:
whatsnew: memoryview is Sequence and supports Reversed.
files:
Doc/whatsnew/3.4.rst | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -377,6 +377,10 @@
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
===========
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list