]> granicus.if.org Git - python/commit
- Issue #19555: Restore sysconfig.get_config_var('SO'), with a
authorBarry Warsaw <barry@python.org>
Thu, 21 Nov 2013 23:57:14 +0000 (18:57 -0500)
committerBarry Warsaw <barry@python.org>
Thu, 21 Nov 2013 23:57:14 +0000 (18:57 -0500)
commit197a7702310e6a6cf67b658c66dd3b43ee12439b
tree750625effd3962e3eb49b27a4cb94d28b719a759
parent18fc7be80d77f68a0e7ab54e6c222a4b7a3bc774
- Issue #19555: Restore sysconfig.get_config_var('SO'), with a
  DeprecationWarning pointing people at $EXT_SUFFIX.
Lib/sysconfig.py
Lib/test/test_sysconfig.py
Misc/NEWS