markup fix

This commit is contained in:
Fred Drake 2003-12-30 17:17:17 +00:00
parent 4a44293735
commit 7c67cb8fba
2 changed files with 5 additions and 4 deletions

View file

@ -1556,8 +1556,9 @@ attribute and may not be present on all file-like objects.
\end{memberdesc} \end{memberdesc}
\begin{memberdesc}[file]{newlines} \begin{memberdesc}[file]{newlines}
If Python was built with the \code{--with-universal-newlines} option If Python was built with the \longprogramopt{with-universal-newlines}
(the default) this read-only attribute exists, and for files opened in option to \program{configure} (the default) this read-only attribute
exists, and for files opened in
universal newline read mode it keeps track of the types of newlines universal newline read mode it keeps track of the types of newlines
encountered while reading the file. The values it can take are encountered while reading the file. The values it can take are
\code{'\e r'}, \code{'\e n'}, \code{'\e r\e n'}, \code{None} (unknown, \code{'\e r'}, \code{'\e n'}, \code{'\e r\e n'}, \code{None} (unknown,

View file

@ -525,8 +525,8 @@ tricky and depends crucially on how often the program creates and
destroys objects. The detection of cycles can be disabled when Python destroys objects. The detection of cycles can be disabled when Python
is compiled, if you can't afford even a tiny speed penalty or suspect is compiled, if you can't afford even a tiny speed penalty or suspect
that the cycle collection is buggy, by specifying the that the cycle collection is buggy, by specifying the
\samp{--without-cycle-gc} switch when running the \file{configure} \longprogramopt{without-cycle-gc} switch when running the
script. \program{configure} script.
Several people tackled this problem and contributed to a solution. An Several people tackled this problem and contributed to a solution. An
early implementation of the cycle detection approach was written by early implementation of the cycle detection approach was written by