mailgun / expiringdict

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

Fix expiration bug with Python 3.5 #17

Open gwillem opened 8 years ago

gwillem commented 8 years ago

NB there are more issues with 3.5, but I don't have time to fix them, sorry.

This bug is covered with the test_basics test case already.