Files
swift-mirror/utils/swift-rpathize.py
tbkka c5176c0315 Update swift-rpathize.py to work with Python 3.8 and Python 2.7 (#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 numbers
2020-10-20 09:14:17 -07:00

3.5 KiB
Executable File