some files still using python2-specific print statements
- Dominant language
- Python
- Stars
- 157
- Forks
- 131
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.