-
Notifications
You must be signed in to change notification settings - Fork 48
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 2/3 support #103
base: master
Are you sure you want to change the base?
Python 2/3 support #103
Conversation
Thanks for this contribution @scls19fr! Can you tell us exactly where that failure is happening? The full traceback would suffice. Thanks! |
|
I also tried to change in
to
(to be sure to return an "iterable") but it raised
|
I am looking into this @scls19fr |
I've found this http://stackoverflow.com/questions/3387691/python-how-to-perfectly-override-a-dict So I implemented
but tests with Python 3 raises
same tests with Python 2 doesn't raises these errors |
Hi @ramalho Any news about this ? |
Can we tackle first Enum issue and after tackle this one ? |
Try to solve #100 but there is still an issue with
which seem to be raised because of the use of
UserDict
inpingo.utils.py