[issue9270] distutils.util.getplatform and sysconfig.getplatform differ
Éric Araujo
report at bugs.python.org
Tue Sep 7 16:37:02 CEST 2010
Éric Araujo <merwok at netwok.org> 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: +eric.araujo
resolution: -> fixed
stage: -> committed/rejected
status: open -> closed
versions: +Python 3.2
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9270>
_______________________________________
More information about the Python-bugs-list
mailing list