Commit 72e744ef authored by Fred Drake's avatar Fred Drake

Clarify that the softspace attribute is used by print for state management,

not as a user-controlled parameter.
parent 690aa53d
...@@ -1132,6 +1132,9 @@ zero. This will be automatic for most classes implemented in Python ...@@ -1132,6 +1132,9 @@ zero. This will be automatic for most classes implemented in Python
(care may be needed for objects that override attribute access); types (care may be needed for objects that override attribute access); types
implemented in C will have to provide a writable implemented in C will have to provide a writable
\member{softspace} attribute. \member{softspace} attribute.
\strong{Note:} This attribute is not used to control the
\keyword{print} statement, but to allow the implementation of
\keyword{print} to keep track of its internal state.
\end{memberdesc} \end{memberdesc}
\subsubsection{Internal Objects \label{typesinternal}} \subsubsection{Internal Objects \label{typesinternal}}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment