From: Guido van Rossum Date: Tue, 30 Jun 1998 15:54:27 +0000 (+0000) Subject: Documented os.linesep (line separator). X-Git-Tag: v1.5.2a1~376 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c59ce9b5a7d9470a4faf2644d59ae5cad2d1582;p=thirdparty%2FPython%2Fcpython.git Documented os.linesep (line separator). --- diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 810e40ce1fa6..05ce8b6df27d 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -70,6 +70,13 @@ components (as in \code{\$PATH}), e.g.\ \code{':'} for \POSIX{} or \code{';'} for MS-DOS. \end{datadesc} +\begin{datadesc}{linesep} +The string used to separate (or, rather, terminate) lines on the +current platform. This may be a single character, e.g. \code{'\e n'} +for \POSIX{} or \code{'\e r'} for MacOS, or multiple characters, +e.g. \code{'\e r\e n'} for MS-DOS. +\end{datadesc} + \begin{datadesc}{defpath} The default search path used by \code{exec*p*()} if the environment doesn't have a \code{'PATH'} key.