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 dabrahams
Recipients dabrahams, docs@python
Date 2012-08-01.19:00:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343847603.27.0.526292718618.issue15531@psf.upfronthosting.co.za>
In-reply-to
Content
the docs for os.path don't mention the following facts which I think are important (in fact I assumed the facts would be the reverse):

os.path.realpath(l) works when l is a broken symbolic link, returning the path to the (missing) target

os.path.readlink(l) causes an error when l is a broken symbolic link.
History
Date User Action Args
2012-08-01 19:00:03dabrahamssetrecipients: + dabrahams, docs@python
2012-08-01 19:00:03dabrahamssetmessageid: <1343847603.27.0.526292718618.issue15531@psf.upfronthosting.co.za>
2012-08-01 19:00:02dabrahamslinkissue15531 messages
2012-08-01 19:00:02dabrahamscreate