Commit Graph

6 Commits

Author SHA1 Message Date
njessurun c0eb3267d2 Remove python 2 code paths 2021-08-02 12:07:25 -04:00
lidstrom83 6519734932
Deprecate unused/unnecessary modules (#1576)
* Deprecate ordereddict module

* Import OrderedDict from collections module instead of pgcollections

* Deprecate pgcollections module

* Deprecate lru_cache module

A simpler recipe exists from the standard library using OrderedDict.

* Deprecate pil_fix module

* Python 3.7 compatibility fix

* Avoid or suppress deprecation warnings in tests
2021-02-15 09:52:06 -08:00
Luke Campagnola c390c5cd98 fix lru_cache 2018-05-16 08:33:51 -07:00
Luke Campagnola 1f380c93c1 fix itervalues 2018-05-15 16:37:58 -07:00
Luke Campagnola a86ab30578 fix iteritems 2018-05-15 16:37:20 -07:00
Luke Campagnola dcb2c42179 Moved lru_cache to util, test to util/tests 2014-03-05 09:16:53 -05:00