z4r / python-rtkit

Python Api for Request Tracker's REST interface
http://z4r.github.com/python-rtkit/
Other
68 stars 44 forks source link

Python 3.x Support #46

Closed jannh closed 8 years ago

jannh commented 8 years ago

Most of the changes is just fixing the new import paths in python 3.x and some unicode stuff with regex.

I tried not to break backwards compatibility, so all strings returned are still byte strings (also in python 3).

It seems, there is no kerberos_urllib2 for python 3.x, the other authenticators should be working. I tested the QueryStringAuthenticator and could read a ticket with python 3.4 and 2.7