This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author barry
Recipients Marc.Abramowitz, barry, doko
Date 2013-11-11.20:01:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20131111150113.52bbe64e@anarchist>
In-reply-to <1384194446.04.0.777298300112.issue19555@psf.upfronthosting.co.za>
Content
On Nov 11, 2013, at 06:27 PM, Marc Abramowitz wrote:

>What would be the way to express this now in Python >= 3.4?

For now, use sysconfig.get_config_var('EXT_SUFFIX') though if no one objects
to my patch, I'll restore 'SO' for 3.4.  We'll add a DeprecationWarning and
get rid of it in 3.5.
History
Date User Action Args
2013-11-11 20:01:16barrysetrecipients: + barry, doko, Marc.Abramowitz
2013-11-11 20:01:16barrylinkissue19555 messages
2013-11-11 20:01:16barrycreate