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 gvanrossum, neologix, pitrou, serhiy.storchaka, vajrasky
Date 2013-12-03.09:27:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386062872.79.0.161861659568.issue19717@psf.upfronthosting.co.za>
In-reply-to
Content
The readlink utility has different modes for canonization:

       -f, --canonicalize
              canonicalize by following every symlink in every component of the given name recursively; all but the last component must exist

       -e, --canonicalize-existing
              canonicalize by following every symlink in every component of the given name recursively, all components must exist

       -m, --canonicalize-missing
              canonicalize by following every symlink in every component of the given name recursively, without requirements on components existence

I think every mode has use cases.
History
Date User Action Args
2013-12-03 09:27:52serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, pitrou, neologix, vajrasky
2013-12-03 09:27:52serhiy.storchakasetmessageid: <1386062872.79.0.161861659568.issue19717@psf.upfronthosting.co.za>
2013-12-03 09:27:52serhiy.storchakalinkissue19717 messages
2013-12-03 09:27:52serhiy.storchakacreate