From: Skip Montanaro Date: Fri, 14 Feb 2003 06:46:24 +0000 (+0000) Subject: backporting Fred's doc fix. X-Git-Tag: v2.2.3c1~137 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=32d4793b057a09600a6c80509a68663965596e5f;p=thirdparty%2FPython%2Fcpython.git backporting Fred's doc fix. --- diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 1785947e86ab..fcc172f81b38 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -1335,8 +1335,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 \code{os.py}. +\versionadded{2.2} \end{datadesc} \begin{datadesc}{pathsep}