Point out that resolve() is similar to realpath()

This commit is contained in:
Antoine Pitrou 2013-11-17 16:49:07 +01:00
parent cdf4a57e8d
commit b20d53bfd6
1 changed files with 2 additions and 1 deletions

View File

@ -606,7 +606,8 @@ Path resolution
---------------
The ``resolve()`` method makes a path absolute, resolving any symlink on
the way. It is the only operation which will remove "``..``" path components.
the way (like the POSIX realpath() call). It is the only operation which
will remove "``..``" path components.
Directory walking