tempodb / tempodb-python

Python client for TempoDB
MIT License
28 stars 19 forks source link

Upping dateutil version and adding use_2to3 #35

Closed ixmatus closed 10 years ago

ixmatus commented 10 years ago

dateutil >= 2.x has Python3 support and the TempoDB client source appears to only need a simple conversion using 2to3 (requests >= 2.x has bug-free support python3.3).

miracle2k commented 10 years ago

+1. Note though that dateutil dateutil 2.x is Python 3 only; the setup.py needs to check the Python version and reference the correct dateutil.

ixmatus commented 10 years ago

Ahh, derp. There's a few other fixes I need to make with the str to bytes conversion too.

On Sun, Jan 19, 2014 at 8:44 PM, Michael Elsdörfer <notifications@github.com

wrote:

+1. Note though that dateutil dateutil 2.x is Python 3 only; the setup.py needs to check the Python version and reference the correct dateutil.

— Reply to this email directly or view it on GitHubhttps://github.com/tempodb/tempodb-python/pull/35#issuecomment-32730808 .

Parnell Springmeyer Programmer & Entrepreneur parnell@ixmat.us | http://ixmat.us | 0xF4234BA2AF5FA239

ixmatus commented 10 years ago

I have a better cross compat pull-request open, closing this one.