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
ScanView.py
-
utils/check_cfc/
-
check_cfc/
-
check_cfc.py
Hide Panel
f
Keyboard Reference
?
Differential
D55200
Python 2/3 compat - config parser
Closed
Public
Authored by
serge-sans-paille
on Dec 3 2018, 2:44 AM.
Download Raw Diff
Details
Reviewers
joerg
michaelplatings
Commits
rG73cf752f1b5a: Portable Python script across Python version
rC349449: Portable Python script across Python version
rL349449: Portable Python script across Python version
Diff Detail
Event Timeline
serge-sans-paille
created this revision.
Dec 3 2018, 2:44 AM
gbedwell
mentioned this in
D55258: Python 2/3 compat - socket server
.
Dec 12 2018, 6:27 AM
michaelplatings
added inline comments.
Dec 12 2018, 9:37 AM
tools/scan-view/share/ScanView.py
25
except ImportError:
serge-sans-paille
updated this revision to
Diff 178013
.
Dec 13 2018, 12:50 AM
serge-sans-paille
marked an inline comment as done.
Comment Actions
Thanks
@michaelplatings
for the review o/
michaelplatings
accepted this revision.
Dec 13 2018, 2:36 AM
Comment Actions
LGTM
This revision is now accepted and ready to land.
Dec 13 2018, 2:36 AM
Closed by commit
rL349449: Portable Python script across Python version
(authored by
serge_sans_paille
).
·
Explain Why
Dec 18 2018, 12:28 AM
This revision was automatically updated to reflect the committed changes.
Herald
added a subscriber:
llvm-commits
.
·
View Herald Transcript
Dec 18 2018, 12:28 AM
except ImportError: