[PATCH] D67813: [LNT] Python 3 support: print using print function

Thomas Preud'homme via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 20 01:33:57 PDT 2019


thopre created this revision.
thopre added reviewers: cmatthews, hubert.reinterpretcast, kristof.beyls.

Use print function from future's print_function instead of a print
statement since the latter does not exist in Python 3. This was produced
by running futurize's stage1 libfuturize.fixes.fix_print_with_import.


https://reviews.llvm.org/D67813

Files:
  docs/conf.py
  examples/functions.py
  examples/run_to_csv.py
  tests/SharedInputs/FakeCompilers/fakecompiler.py
  tests/SharedInputs/create_temp_instance.py
  tests/server/db/ImportV4TestSuiteInstance.py
  tests/server/db/Migrations.py
  tests/server/ui/V4Pages.py
  tests/testing/CalltreeDataLoading.py
  tests/utils/blast.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67813.220971.patch
Type: text/x-patch
Size: 14667 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190920/9236e168/attachment.bin>


More information about the llvm-commits mailing list