diff options
author | Raymond Hettinger <python@rcn.com> | 2009-06-23 20:38:54 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-06-23 20:38:54 (GMT) |
commit | 159eac92c50d37abc1c324de8762130bb6d6164a (patch) | |
tree | 607092bab91c7aa7b3db09cde9f83cc6d5e2fdac /Misc | |
parent | b7706b58fae704458b090e3c5ce4eb7bd73091e3 (diff) | |
download | cpython-159eac92c50d37abc1c324de8762130bb6d6164a.zip cpython-159eac92c50d37abc1c324de8762130bb6d6164a.tar.gz cpython-159eac92c50d37abc1c324de8762130bb6d6164a.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 3.1? Core and Builtins ----------------- +- Issue #6329: Fixed iteration for memoryview objects (it was being blocked + because it wasn't recognized as a sequence). + Library ------- |