Merge with 3.2

This commit is contained in:
Terry Jan Reedy 2013-03-17 15:28:52 -04:00
commit b271727bad
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ the :mod:`glob` module.)
references so that ``A//B``, ``A/B/``, ``A/./B`` and ``A/foo/../B`` all references so that ``A//B``, ``A/B/``, ``A/./B`` and ``A/foo/../B`` all
become ``A/B``. This string manipulation may change the meaning of a path become ``A/B``. This string manipulation may change the meaning of a path
that contains symbolic links. On Windows, it converts forward slashes to that contains symbolic links. On Windows, it converts forward slashes to
backward slashes. To normalize case, use :func:`normcase`. backward slashes. To normalize case, use :func:`normcase`.
.. function:: realpath(path) .. function:: realpath(path)