This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients amaury.forgeotdarc, lemburg, ocean-city
Date 2008-09-01.12:30:00
SpamBayes Score 3.2594595e-05
Marked as misclassified No
Message-id <1220272201.64.0.498436273321.issue3748@psf.upfronthosting.co.za>
In-reply-to
Content
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 ?
History
Date User Action Args
2008-09-01 12:30:01lemburgsetrecipients: + lemburg, amaury.forgeotdarc, ocean-city
2008-09-01 12:30:01lemburgsetmessageid: <1220272201.64.0.498436273321.issue3748@psf.upfronthosting.co.za>
2008-09-01 12:30:00lemburglinkissue3748 messages
2008-09-01 12:30:00lemburgcreate