Google API and Python 2

Jason Friedman jsf80238 at gmail.com
Sun Feb 9 16:25:13 EST 2014


I started Python programming in the last few years and so I started with
version 3 and 99% of my code is in version 3.

Much of Google API Python code seems to be Python 2.  I can convert the
occasional file to version 3 with 2to3, but for an entire 3rd-party
library, could it be as simple as using the find command (recursive) and
iterating over the *py files in the download?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20140209/da4999a9/attachment.html>


More information about the Python-list mailing list