github-downloads-count icon indicating copy to clipboard operation
github-downloads-count copied to clipboard

python3 compatibility effort

Open stonebig opened this issue 10 years ago • 2 comments

works as advertised, and now on python3 too

stonebig avatar Jun 23 '15 19:06 stonebig

If you are using the print function, I would also expect you use from __future__ import print_function so the output in Python 2 and 3 is the same.

sebix avatar Jun 23 '15 20:06 sebix

it was already working on python2, so there is no "python3" new print syntax, no __future__ is needed

stonebig avatar Jun 23 '15 20:06 stonebig