diff options
author | Raymond Hettinger <python@rcn.com> | 2009-06-23 20:59:43 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-06-23 20:59:43 (GMT) |
commit | 62641e9534d7b085e21285921c70f3e8ee786929 (patch) | |
tree | f28e70a8107fa07e1422c7f6f54a4d7b4ab7dcef /Misc | |
parent | ef087da9e76c70318f67bd984e1088754e7365a6 (diff) | |
download | cpython-62641e9534d7b085e21285921c70f3e8ee786929.zip cpython-62641e9534d7b085e21285921c70f3e8ee786929.tar.gz cpython-62641e9534d7b085e21285921c70f3e8ee786929.tar.bz2 |
Issue 6329: Fix iteration for memoryviews.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |