Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
tools/scan-view/share/
-
scan-view/
-
share/
1/1
startfile.py
-
utils/
-
clangdiag.py
Hide Panel
f
Keyboard Reference
?
Differential
D55205
Python 2/3 compat - commands
Closed
Public
Authored by
serge-sans-paille
on Dec 3 2018, 2:48 AM.
Download Raw Diff
Details
Reviewers
joerg
michaelplatings
Commits
rG3ee1ffc9fcb0: Portable Python script across Python version
rL349503: Portable Python script across Python version
rC349503: Portable Python script across Python version
Diff Detail
Event Timeline
serge-sans-paille
created this revision.
Dec 3 2018, 2:48 AM
Herald
added subscribers:
kadircet
,
arphaman
.
·
View Herald Transcript
Dec 3 2018, 2:48 AM
michaelplatings
added inline comments.
Dec 13 2018, 2:02 AM
tools/scan-view/share/startfile.py
115
except ImportError:
serge-sans-paille
updated this revision to
Diff 178618
.
Dec 18 2018, 1:04 AM
serge-sans-paille
marked an inline comment as done.
michaelplatings
accepted this revision.
Dec 18 2018, 2:04 AM
Comment Actions
LGTM
This revision is now accepted and ready to land.
Dec 18 2018, 2:04 AM
Closed by commit
rC349503: Portable Python script across Python version
(authored by
serge_sans_paille
).
·
Explain Why
Dec 18 2018, 8:10 AM
This revision was automatically updated to reflect the committed changes.
Herald
added a subscriber:
cfe-commits
.
·
View Herald Transcript
Dec 18 2018, 8:10 AM
except ImportError: