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 serhiy.storchaka
Recipients hynek, serhiy.storchaka, takluyver, tarek
Date 2013-01-18.07:42:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358494954.18.0.500649239248.issue16957@psf.upfronthosting.co.za>
In-reply-to
Content
No, it should be

    if os.path.dirname(cmd):
        if _access_check(cmd, mode):
            return cmd
        return None
History
Date User Action Args
2013-01-18 07:42:34serhiy.storchakasetrecipients: + serhiy.storchaka, tarek, takluyver, hynek
2013-01-18 07:42:34serhiy.storchakasetmessageid: <1358494954.18.0.500649239248.issue16957@psf.upfronthosting.co.za>
2013-01-18 07:42:34serhiy.storchakalinkissue16957 messages
2013-01-18 07:42:34serhiy.storchakacreate