summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2009-06-23 20:59:43 (GMT)
committerRaymond Hettinger <python@rcn.com>2009-06-23 20:59:43 (GMT)
commit62641e9534d7b085e21285921c70f3e8ee786929 (patch)
treef28e70a8107fa07e1422c7f6f54a4d7b4ab7dcef /Misc
parentef087da9e76c70318f67bd984e1088754e7365a6 (diff)
downloadcpython-62641e9534d7b085e21285921c70f3e8ee786929.zip
cpython-62641e9534d7b085e21285921c70f3e8ee786929.tar.gz
cpython-62641e9534d7b085e21285921c70f3e8ee786929.tar.bz2
Issue 6329: Fix iteration for memoryviews.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a4e92f4..db85085 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.7 alpha 1
Core and Builtins
-----------------
+- Issue #6329: Fixed iteration for memoryview objects (it was being blocked
+ because it wasn't recognized as a sequence).
+
- Issue #6289: Encoding errors from compile() were being masked.
- When no module is given in a relative import, the module field of the