icapclient icon indicating copy to clipboard operation
icapclient copied to clipboard

Port module to python3

Open fim opened this issue 7 years ago • 1 comments

Hello,

I've made an effort to port this module to python3. The work is not backwards compatible with Python2.X (mainly due to the deprecation of the cStringIO which would mean a lot of code duplication for supporting both versions) and is provided as-is.

I've tested the change and it seems to work as expected but any comments are welcome!

fim avatar Nov 01 '17 12:11 fim

Hi @fim,

Thanks for the port to python3!

However, I don't have time to maintain the module anymore. I see that you already have released your port as a separate module: https://pypi.python.org/pypi/icapclient3

So, I don't think that merging your changes into the older module is really necessary.

Regards,

Vincent

vrasneur avatar Nov 02 '17 08:11 vrasneur