[Lldb-commits] [PATCH] D13879: Change print statements to print function calls
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 19 15:29:02 PDT 2015
zturner created this revision.
zturner added a reviewer: tfiala.
zturner added a subscriber: lldb-commits.
This patch was generating by running `2to3` on the files in the
lldb/test directory. This patch should be NFC, but it does
introduce the `from __future__ import print_function` line, which
will break future uses of the print statement.
This patch does not address every python 2 / python 3
incompatibility. Some are more mechanical than others, so I
plan to do this in stages. The first pass fixes only print statements.
Other incompatibilities will addressed in followup patches.
http://reviews.llvm.org/D13879
Files:
test/dosep.py
test/dotest.py
test/lldbtest.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13879.37805.patch
Type: text/x-patch
Size: 38363 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151019/327217f4/attachment-0001.bin>
More information about the lldb-commits
mailing list