extsep description:

- avoid "e.g." in text
- record version information
(should be backported)
This commit is contained in:
Fred Drake 2003-02-14 06:39:37 +00:00
parent 47e46e2347
commit 002a5de202
1 changed files with 3 additions and 2 deletions

View File

@ -1644,8 +1644,9 @@ backslash.
\end{datadesc}
\begin{datadesc}{extsep}
The character which separates the base filename from the extension,
e.g. \character{.} in \code{os.py}.
The character which separates the base filename from the extension;
for example, the \character{.} in \file{os.py}.
\versionadded{2.2}
\end{datadesc}
\begin{datadesc}{pathsep}