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 vstinner
Recipients alvesjnr, pitrou, vstinner
Date 2012-02-22.23:12:08
SpamBayes Score 8.086317e-06
Marked as misclassified No
Message-id <1329952329.32.0.267527517262.issue14088@psf.upfronthosting.co.za>
In-reply-to
Content
We can use realpath() if the function is available. Something similar is already done for sys.argv[0]. We should also use GetFullPathNameW() on Windows.
History
Date User Action Args
2012-02-22 23:12:09vstinnersetrecipients: + vstinner, pitrou, alvesjnr
2012-02-22 23:12:09vstinnersetmessageid: <1329952329.32.0.267527517262.issue14088@psf.upfronthosting.co.za>
2012-02-22 23:12:08vstinnerlinkissue14088 messages
2012-02-22 23:12:08vstinnercreate