JonathonReinhart / staticx

Create static executable from dynamic executable
https://staticx.readthedocs.io/
Other
345 stars 37 forks source link

Use Python 3.7 language features #249

Closed JonathonReinhart closed 1 year ago

JonathonReinhart commented 1 year ago
  1. Where appropriate, convert to f-strings. This was accomplished using flynt (https://github.com/ikamensh/flynt) with manual review and a few changes.
  2. Take advantage of the new subprocess.run() arguments: text/encoding and capture_output.

Closes #246

Reference: https://github.com/JonathonReinhart/scuba/pull/206