mailgun / expiringdict

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

Support python 2.6 #2

Closed pmclanahan closed 5 years ago

pmclanahan commented 10 years ago

So far I've found that OrderedDict is Py 2.7+. Please allow use of the ordereddict backport package for < 2.7.

hugovk commented 6 years ago

https://github.com/mailgun/flanker/pull/17 is merged, can this be closed?