Skip to content

pex 1.0.3

Compare
Choose a tag to compare
@wickman wickman released this 11 Aug 19:52

1.0.3

  • Bug fix: Accommodate OSX Python python binaries. Previously the OSX python distributions shipped
    with OSX, XCode and available via https://www.python.org/downloads/ could fail to be detected using
    the PythonInterpreter class. Fixes #144.
  • Bug fix: PEX_SCRIPT failed when the script was from a not-zip-safe egg. Original PR #139.
  • Bug fix: sys.exit called without arguments would cause None to be printed on stderr since pex 1.0.1. #143