mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Document actual behavior of splitext().
This commit is contained in:
parent
8823972cea
commit
56b30ea664
2 changed files with 4 additions and 4 deletions
|
@ -125,8 +125,8 @@ slashes separating \var{head} from \var{tail}).
|
|||
\begin{funcdesc}{splitext}{p}
|
||||
Split the pathname \var{p} in a pair \code{(\var{root}, \var{ext})}
|
||||
such that \code{\var{root} + \var{ext} == \var{p}},
|
||||
the last component of \var{root} contains no periods,
|
||||
and \var{ext} is empty or begins with a period.
|
||||
and \var{ext} is empty or begins with a period and contains
|
||||
at most one period.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{walk}{p\, visit\, arg}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue