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 neologix
Recipients eric.araujo, matejcik, neologix, pitrou, rosslagerwall, santoso.wijaya, vstinner
Date 2011-10-30.14:57:10
SpamBayes Score 2.1832314e-11
Marked as misclassified No
Message-id <1319986631.21.0.745649989993.issue12801@psf.upfronthosting.co.za>
In-reply-to
Content
Another problem with the POSIX realpath(3): it can fail with ENOENT if the target path doesn't exist, whereas the current Python implementation "succeeds" even if a component in the path doesn't exist.
Note the quotes around "succeeds", because I'm not sure whether this behavior is a good thing: the result is just plain wrong. I wonder whether we should break backwards compatibility on this particular point...
History
Date User Action Args
2011-10-30 14:57:11neologixsetrecipients: + neologix, pitrou, vstinner, matejcik, eric.araujo, santoso.wijaya, rosslagerwall
2011-10-30 14:57:11neologixsetmessageid: <1319986631.21.0.745649989993.issue12801@psf.upfronthosting.co.za>
2011-10-30 14:57:10neologixlinkissue12801 messages
2011-10-30 14:57:10neologixcreate