commit | 159eac92c50d37abc1c324de8762130bb6d6164a | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Jun 23 20:38:54 2009 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Tue Jun 23 20:38:54 2009 +0000 |
tree | 607092bab91c7aa7b3db09cde9f83cc6d5e2fdac | |
parent | b7706b58fae704458b090e3c5ce4eb7bd73091e3 [diff] [blame] |
Issue 6329: Fix iteration for memoryviews.
diff --git a/Misc/NEWS b/Misc/NEWS index 9639cac..6d3686b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ Core and Builtins ----------------- +- Issue #6329: Fixed iteration for memoryview objects (it was being blocked + because it wasn't recognized as a sequence). + Library -------