mailgun / expiringdict

Dictionary with auto-expiring values for caching purposes.
Apache License 2.0
347 stars 76 forks source link

Add python3 md5 import #5

Closed cam-stitt closed 9 years ago

cam-stitt commented 10 years ago

This should allow expiringdict to have python3 support. I ran the tests and everything passed.

chrismcguire commented 10 years ago

+1. The existing import issue breaks the installation of flanker in python 3.3.

ierror commented 9 years ago

+1. I'd like to use flanker with python 3.4

svisser commented 9 years ago

This was resolved two months ago in this commit: https://github.com/mailgun/expiringdict/commit/fbddf2a3df8fd847a2e9996352d301e6b99a79c5

So it should be a matter of packaging that commit and releasing to PyPI (see also: https://github.com/mailgun/expiringdict/issues/9).