brownie
brownie copied to clipboard
Drop 2.5 support?
it seems that most production deployments are either 2.4 -- CentOS 5, or 2.6 -- CentOS 6 or Debian Stable.
Why?
- Abstract Base Classes from
collections-- without them, we're forced to subclassdictand enjoy all the subtleties in bothbrownie.cachingandbrownie.datastructures.* - Less compatibility-code:
Counter,itools.*to name a few
What do you think?