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 pitrou
Recipients neologix, pitrou, rosslagerwall, vstinner
Date 2011-08-20.23:47:30
SpamBayes Score 0.0053473287
Marked as misclassified No
Message-id <1313884051.29.0.336736419117.issue12801@psf.upfronthosting.co.za>
In-reply-to
Content
We have our own quirky implementation of C realpath() in posixpath.py.
It would probably be simpler, safer and more efficient to simply call the POSIX function instead (but it most be exposed somewhere, by posixmodule.c I suppose).
History
Date User Action Args
2011-08-20 23:47:31pitrousetrecipients: + pitrou, vstinner, neologix, rosslagerwall
2011-08-20 23:47:31pitrousetmessageid: <1313884051.29.0.336736419117.issue12801@psf.upfronthosting.co.za>
2011-08-20 23:47:30pitroulinkissue12801 messages
2011-08-20 23:47:30pitroucreate