6519734932
* 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