]> granicus.if.org Git - python/commitdiff
Clarify that the softspace attribute is used by print for state management,
authorFred Drake <fdrake@acm.org>
Wed, 20 Sep 2000 04:48:20 +0000 (04:48 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 20 Sep 2000 04:48:20 +0000 (04:48 +0000)
not as a user-controlled parameter.

Doc/lib/libstdtypes.tex

index dcdee876e601c598e7e4028c68cb25479b5cce52..ad3120ebbae4bbf1830b85306d2c81162db90319 100644 (file)
@@ -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
 implemented in C will have to provide a writable
 \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}
 
 \subsubsection{Internal Objects \label{typesinternal}}