Index: Doc/whatsnew/3.2.rst =================================================================== --- Doc/whatsnew/3.2.rst (révision 88435) +++ Doc/whatsnew/3.2.rst (copie de travail) @@ -373,7 +373,7 @@ >>> sysconfig.get_config_var('SOABI') # find the version tag 'cpython-32mu' >>> sysconfig.get_config_var('SO') # find the full filename extension - 'cpython-32mu.so' + '.cpython-32mu.so' .. seealso::