diff options
author | Fred Drake <fdrake@acm.org> | 2003-02-14 06:39:37 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-02-14 06:39:37 (GMT) |
commit | 002a5de2026d460d328f6c06725083485cd38fd1 (patch) | |
tree | 841c780641bd8b9b45495ad332d8acfea9906b25 /Doc/lib | |
parent | 47e46e23475eb49799812d91735ea3d28251b53b (diff) | |
download | cpython-002a5de2026d460d328f6c06725083485cd38fd1.zip cpython-002a5de2026d460d328f6c06725083485cd38fd1.tar.gz cpython-002a5de2026d460d328f6c06725083485cd38fd1.tar.bz2 |
extsep description:
- avoid "e.g." in text
- record version information
(should be backported)
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libos.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index d963056..8f13e0e 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -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} |