[Distutils] Plans for binary wheels, and PyPi and OS-X

Paul Moore p.f.moore at gmail.com
Sat Nov 2 00:11:46 CET 2013


On 1 November 2013 22:58, Donald Stufft <donald at stufft.io> wrote:
> python -c "import sysconfig; print(sysconfig.get_config_var('SOABI’))"
> None

That implies no explicit ABI tag - the platform and Python version
tags are deemed sufficient to ensure interoperability.

Paul


More information about the Distutils-SIG mailing list