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 eryksun
Recipients blarsen, dino.viehland, docs@python, eli.bendersky, eric.araujo, eric.snow, eryksun, flox, petri.lehtinen, pitrou, pjenvey, python-dev, ronaldoussoren, schmir, vstinner
Date 2016-07-12.00:35:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468283728.32.0.260476402825.issue13402@psf.upfronthosting.co.za>
In-reply-to
Content
"/opt/local/bin/../bin/python2.7" is an absolute path. 

    >>> os.path.isabs('/opt/local/bin/../bin/python2.7')
    True

It's not relative to the working directory.
History
Date User Action Args
2016-07-12 00:35:28eryksunsetrecipients: + eryksun, ronaldoussoren, pitrou, vstinner, pjenvey, schmir, eric.araujo, dino.viehland, eli.bendersky, flox, docs@python, python-dev, eric.snow, petri.lehtinen, blarsen
2016-07-12 00:35:28eryksunsetmessageid: <1468283728.32.0.260476402825.issue13402@psf.upfronthosting.co.za>
2016-07-12 00:35:28eryksunlinkissue13402 messages
2016-07-12 00:35:27eryksuncreate