Marc-Andre Lemburg <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3748>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to