Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some files still using python2-specific print statements #208

Open
vapier opened this issue Mar 29, 2018 · 0 comments
Open

some files still using python2-specific print statements #208

vapier opened this issue Mar 29, 2018 · 0 comments

Comments

@vapier
Copy link
Member

vapier commented Mar 29, 2018

these files use print the statement instead of print() the function. this fails under python 3.

git grep 'print ' (and ignore some of the comment/docstring hits) shows the bad files:

  • ez_setup.py
  • run_pylint.py
  • samples/bigquery_sample/bigquery_v2/bigquery_v2.py
  • samples/bigquery_sample/bigquery_v2/bigquery_v2_messages.py
  • samples/dns_sample/dns_v1/dns_v1.py
  • samples/fusiontables_sample/fusiontables_v1/fusiontables_v1.py
  • samples/fusiontables_sample/fusiontables_v1/fusiontables_v1_messages.py
  • samples/iam_sample/iam_v1/iam_v1.py
  • samples/iam_sample/iam_v1/iam_v1_messages.py
  • samples/servicemanagement_sample/servicemanagement_v1/servicemanagement_v1.py
  • samples/servicemanagement_sample/servicemanagement_v1/servicemanagement_v1_messages.py
  • samples/storage_sample/downloads_test.py
  • samples/storage_sample/storage_v1/storage_v1.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant