agoragames / kairos

Python module for time series data in Redis and Mongo
BSD 3-Clause "New" or "Revised" License
207 stars 38 forks source link

Python 2.6 compatibility #47

Closed mrphilroth closed 6 years ago

mrphilroth commented 10 years ago

Fixing Python 2.6 compatibility

awestendorf commented 10 years ago

The changes are small but I'm torn on supporting 2.6. There are just so many features and stdlib improvements in 2.7 that I have a hard time justifying supporting anything before it.

mrphilroth commented 10 years ago

I totally understand. I don't think you should conform with Python 2.6 syntax for the life of the project. But I would selfishly suggest you can include these small changes and then shut down Python 2.6 support going forward.

cclauss commented 6 years ago

Can this PR be closed or rebased and merged? Python 2.6 EOLed 5 years ago.

mrphilroth commented 6 years ago

Yes. This can be closed. It's not relevant anymore.