ccs-pycalendar
ccs-pycalendar copied to clipboard
supported Python versions
Please, specify supported Python versions. Python3 (3.5) complains about:
- zonal/tzverify.py
- zonal/tzdump.py
- pycalendar/datetime.py
Now i don't know if python3 is supported and this error, or it is not supported and this is expected.
Thanks
It is known to work with 2.7.x. I'm not sure what the expectation is for python3, but I'll find out.
Thanks for reply.
I was able to solve these three files by running 2to3 script on them, but i didn't test whole package on Python3.5 in depth yet. But if i properly remember, the problem was only basic - the parentheses in print and one 0L assignment.