[PATCH] D67532: [LNT] Python 3 support: print statements

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 13 12:42:41 PDT 2019


hubert.reinterpretcast updated this revision to Diff 220155.
hubert.reinterpretcast added a comment.

Add spaces after commas in calls to `print`

Spaces are added after commas separating arguments to `print`, separating function call arguments or tuple elements within arguments to `print`, etc.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67532/new/

https://reviews.llvm.org/D67532

Files:
  lnt/external/stats/pstat.py
  lnt/external/stats/stats.py
  lnt/lnttool/create.py
  lnt/lnttool/main.py
  lnt/server/ui/app.py
  lnt/tests/builtintest.py
  lnt/tests/compile.py
  lnt/tests/nt.py
  lnt/tests/test_suite.py
  lnt/util/ImportData.py
  lnt/util/ServerUtil.py
  lnt/util/wsgi_restart.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67532.220155.patch
Type: text/x-patch
Size: 44137 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190913/cd77763f/attachment.bin>


More information about the llvm-commits mailing list