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

Python 2.6 support for OrderedDict #43

Merged
merged 1 commit into from
Apr 30, 2015
Merged

Python 2.6 support for OrderedDict #43

merged 1 commit into from
Apr 30, 2015

Conversation

arcticlinux
Copy link

Try to used collections.OrderedDict and if it is not available try to use ordereddict.OrderedDict

Try to used collections.OrderedDict and if it is not available try to use ordereddict.OrderedDict
@arcticlinux
Copy link
Author

Any interest in staying compatible with Python2.6 by hang a fallback to ordereddict.OrderedDict?

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.96%) to 93.43% when pulling 1cf59bf on arcticlinux:master into 32065ee on nvbn:master.

@nvbn
Copy link
Owner

nvbn commented Apr 30, 2015

Thanks!

nvbn added a commit that referenced this pull request Apr 30, 2015
Python 2.6 support for OrderedDict
@nvbn nvbn merged commit e2634a1 into nvbn:master Apr 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants