-
Notifications
You must be signed in to change notification settings - Fork 177
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
Python 3 Support? #17
Comments
I've found this fork by @redodo: But it also gives test errors on Python 3: @dsc Would you consider making a new |
I'm also looking for Python 3 support. |
👍 |
+1 (AttributeError: 'dict' object has no attribute 'iteritems') in bunchify(x) |
Even
This is because the Solution: |
You might use Munch (from @vmalloc) instead of Bunch https://github.com/Infinidat/munch |
Thanks, I have switched to Munch now. It works fine, except I keep typing |
I submitted the fixes for that and my fork is already fixed https://github.com/olivecoder/bunch |
see dsc/bunch#17 Signed-off-by: Kefu Chai <kchai@redhat.com>
Does this
Bunch
implementation support Python 3?I get some test errors with Python 3.4:
https://gist.github.com/cdeil/5525c1ee193f1426ee8b
And Python 3 support is not listed via the
setup.py
classifiers:https://pypi.python.org/pypi/bunch/
If it doesn't support Python 3, could you please state this in the README?
The text was updated successfully, but these errors were encountered: