mirror of
https://github.com/python/cpython.git
synced 2025-12-09 18:48:05 +00:00
Use the \note and \warning macros where appropriate.
This commit is contained in:
parent
64a5aaf05c
commit
0aa811c527
45 changed files with 156 additions and 163 deletions
|
|
@ -7,9 +7,9 @@
|
|||
This module implements some useful functions on pathnames.
|
||||
\index{path!operations}
|
||||
|
||||
\strong{Warning:} On Windows, many of these functions do not properly
|
||||
\warning{On Windows, many of these functions do not properly
|
||||
support UNC pathnames. \function{splitunc()} and \function{ismount()}
|
||||
do handle them correctly.
|
||||
do handle them correctly.}
|
||||
|
||||
|
||||
\begin{funcdesc}{abspath}{path}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue