summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-04-30 16:43:51 (GMT)
committerFred Drake <fdrake@acm.org>2003-04-30 16:43:51 (GMT)
commit594d4c5581ad053a6fb6485ff802fc8359d0cd39 (patch)
treeaf97f3b9225b79e678c0ce4f1b486eac3ac6f220 /Doc/lib
parent7f9cbf10377b7554f8032519d4e8c89d0e0e8364 (diff)
downloadcpython-594d4c5581ad053a6fb6485ff802fc8359d0cd39.zip
cpython-594d4c5581ad053a6fb6485ff802fc8359d0cd39.tar.gz
cpython-594d4c5581ad053a6fb6485ff802fc8359d0cd39.tar.bz2
At the site of an indexed reference to print, point to the relevant
documentation. Closes SF bug #723136.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libstdtypes.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex
index ab4c56e..13a52ee 100644
--- a/Doc/lib/libstdtypes.tex
+++ b/Doc/lib/libstdtypes.tex
@@ -12,6 +12,10 @@ all objects can be compared, tested for truth value, and converted to
a string (with the \code{`\textrm{\ldots}`} notation). The latter
conversion is implicitly used when an object is written by the
\keyword{print}\stindex{print} statement.
+(Information on \ulink{\keyword{print} statement}{../ref/print.html}
+and other language statements can be found in the
+\citetitle[../ref/ref.html]{Python Reference Manual} and the
+\citetitle[../tut/tut.html]{Python Tutorial}.)
\subsection{Truth Value Testing \label{truth}}