Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OrderedDict enumeration broken in Python 3.4 #14

Open
jklmli opened this issue Jun 1, 2014 · 0 comments
Open

OrderedDict enumeration broken in Python 3.4 #14

jklmli opened this issue Jun 1, 2014 · 0 comments
Assignees
Labels
Milestone

Comments

@jklmli
Copy link
Contributor

jklmli commented Jun 1, 2014

  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.

@serkanyersen serkanyersen added this to the v0.1.7 milestone Jun 9, 2014
@serkanyersen serkanyersen self-assigned this Jun 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants