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?
-- https://mail.python.org/mailman/listinfo/python-list