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