[issue9270] distutils.util.getplatform and sysconfig.getplatform differ

2011-03-09 Thread Éric Araujo
Éric Araujo added the comment: Checked distutils2 too, it’s okay. -- type: compile error -> behavior ___ Python tracker ___ ___ Python

[issue9270] distutils.util.getplatform and sysconfig.getplatform differ

2010-09-07 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the report. I just checked 2.7 and 3.2 (by monkey-patching os.uname to return something with a space and calling the two get_platform) and this is fixed (both use an underscore), probably thanks to the freeze and revert of distutils. -- nosy:

[issue9270] distutils.util.getplatform and sysconfig.getplatform differ

2010-07-15 Thread bugs-pyt...@vendor.thewrittenword.com
New submission from bugs-pyt...@vendor.thewrittenword.com : We had issues building python 2.7 on hppa-hp-hpux machines because sysconfig and distutils had different ideas of the platform name. ./python -c 'import os, sys; from distutils.util import get_platform as plat1; from sysconfig import