Skip to content

OrderedDict enumeration broken in Python 3.4 #14

Description

@jklmli
  File "test.py", line 27, in action
    _(chapters.items()).forEach(lambda item, *others:
  File "/usr/local/Cellar/python3/3.4.1/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/underscore.py-0.1.6-py3.4.egg/underscore/underscore.py", line 174, in each
TypeError: 'ItemsView' object is not subscriptable

chapters is an OrderedDict.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions