z4r / python-rtkit

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

Python24 #11

Closed Tojaj closed 12 years ago

Tojaj commented 12 years ago

In my project, I need to use the rtkit library with Python 2.4 so I made some changes to make the library compatible with 2.4 version of Python. Next thing I added to the library is support for multiline string in comments which could be useful for a lot of users.

z4r commented 12 years ago

Hi Tomas. I'm sorry, but i've to close this ticket for two reasons:

Python 2.4 compatibility

I'm using travis a CI platform and they ATM provide python env from 2.5 version and they added:

Python 2.4 and Jython are not supported and there are no plans to support them in the future.

For this reason, I can not guarantee that in the future this module will be python 2.4 compatible. The best solution would be to make your fork to the official for python 2.4.

Multiline string

Can you open a new issue with a doctest/unittest or at least a use case, pls?

Thx so much again.