This is an archive of the discontinued LLVM Phabricator instance.

[LNT] Python 3 support: print using print function
ClosedPublic

Authored by thopre on Sep 20 2019, 1:33 AM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

thopre created this revision.Sep 20 2019, 1:33 AM
This revision is now accepted and ready to land.Sep 20 2019, 8:52 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptSep 23 2019, 12:46 AM