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

Handle missing dbm module on some python 2.7 systems #439

Merged
merged 1 commit into from Apr 3, 2016
Merged

Handle missing dbm module on some python 2.7 systems #439

merged 1 commit into from Apr 3, 2016

Conversation

CraigKelly
Copy link
Contributor

I didn't realize it, but apparently some systems don't have the dbm module for Python 2.7. Added a fallback to anydbm, whose error tuple should still do what we want.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.05%) to 14.403% when pulling a2dd3b4 on CraigKelly:dbm-fix into 40297c6 on amperser:master.

@suchow
Copy link
Member

suchow commented Apr 3, 2016

Thanks. (Don't mind the AppVeyor check, I'm in the midst of setting it up.)

@suchow suchow merged commit a2dd3b4 into amperser:master Apr 3, 2016
suchow added a commit that referenced this pull request Apr 3, 2016
Use AppVeyor for Windows CI and handle the sometimes-missing dbm module. Closes #439.
@suchow
Copy link
Member

suchow commented Apr 3, 2016

Merged through #440.

@CraigKelly CraigKelly deleted the dbm-fix branch April 4, 2016 16:46
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.

None yet

3 participants