ccs-pycalendar icon indicating copy to clipboard operation
ccs-pycalendar copied to clipboard

supported Python versions

Open slavkoja opened this issue 8 years ago • 2 comments

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

slavkoja avatar Apr 06 '17 18:04 slavkoja

It is known to work with 2.7.x. I'm not sure what the expectation is for python3, but I'll find out.

dreness avatar Apr 07 '17 21:04 dreness

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.

slavkoja avatar Apr 08 '17 06:04 slavkoja