summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-03 07:05:16 (GMT)
committerFred Drake <fdrake@acm.org>1998-04-03 07:05:16 (GMT)
commite6cedb362c4c0c029c9ada9b05f649f8dcc48fad (patch)
tree8fd94f60c16739854e7e38741bac0f0491c4f3ac
parent3f1c4720b50827decf183f4e1dbe7d58f1d6cc0b (diff)
downloadcpython-e6cedb362c4c0c029c9ada9b05f649f8dcc48fad.zip
cpython-e6cedb362c4c0c029c9ada9b05f649f8dcc48fad.tar.gz
cpython-e6cedb362c4c0c029c9ada9b05f649f8dcc48fad.tar.bz2
New index entries.
-rw-r--r--Doc/lib/libsys.tex2
-rw-r--r--Doc/libsys.tex2
2 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/libsys.tex b/Doc/lib/libsys.tex
index 932520d..3138180 100644
--- a/Doc/lib/libsys.tex
+++ b/Doc/lib/libsys.tex
@@ -176,6 +176,8 @@ where \var{version} is equal to \code{version[:3]}.
\begin{datadesc}{ps1}
\dataline{ps2}
+\index{interpreter prompts}
+\index{prompts, interpreter}
Strings specifying the primary and secondary prompt of the
interpreter. These are only defined if the interpreter is in
interactive mode. Their initial values in this case are
diff --git a/Doc/libsys.tex b/Doc/libsys.tex
index 932520d..3138180 100644
--- a/Doc/libsys.tex
+++ b/Doc/libsys.tex
@@ -176,6 +176,8 @@ where \var{version} is equal to \code{version[:3]}.
\begin{datadesc}{ps1}
\dataline{ps2}
+\index{interpreter prompts}
+\index{prompts, interpreter}
Strings specifying the primary and secondary prompt of the
interpreter. These are only defined if the interpreter is in
interactive mode. Their initial values in this case are