Skip to content

some files still using python2-specific print statements #208

@vapier

Description

@vapier

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions