Commit c5176c0
authored
Update swift-rpathize.py to work with Python 3.8 and Python 2.7 (swiftlang#34332)
* Update swift-rpathize.py to work with Python 3.8 and Python 2.7
In Python 2, str() is also a kind of bytes blob
In Python 3, str() is a Unicode string that's unrelated
* Avoid `l` as a variable name
Python-lint correctly warns about single-character variables that can be confused with numbers1 parent 0883836 commit c5176c0
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
0 commit comments