BigQuery-Python icon indicating copy to clipboard operation
BigQuery-Python copied to clipboard

Convert to Python3

Open ralic opened this issue 8 years ago • 1 comments

using : find . -name '*.py' | xargs 2to3 -w

ralic avatar May 18 '17 06:05 ralic

Thanks for the PR. Looks like there are a couple string decodes failing in py3 causing the build to fail.

Also, probably don't need to commit the backup files.

tylertreat avatar May 18 '17 15:05 tylertreat