mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
Merge with 3.3
This commit is contained in:
commit
15cddb498e
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue