From: Fred Drake Date: Fri, 14 Feb 2003 06:39:37 +0000 (+0000) Subject: extsep description: X-Git-Tag: v2.3c1~1845 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=002a5de2026d460d328f6c06725083485cd38fd1;p=python extsep description: - avoid "e.g." in text - record version information (should be backported) --- diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index d963056494..8f13e0e65c 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}