[issue3748] platform.architecture() prints bogus message on windows

Marc-Andre Lemburg report at bugs.python.org
Mon Sep 1 14:30:01 CEST 2008


Marc-Andre Lemburg <mal at egenix.com> added the comment:

I think it's better to disable that function in the same way as done for
_syscmd_uname:

    if sys.platform in ('dos','win32','win16','os2'):
        # XXX Others too ?
        return default

BTW: I assume you are running this on win32, right ?

----------
nosy: +lemburg
title: [py3k] platform.architecture() prints vogus messege on windows -> platform.architecture() prints bogus message on windows
versions: +Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3748>
_______________________________________


More information about the Python-bugs-list mailing list