]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added hint about changing the prompt in $PYTHONSTARTUP
authorGuido van Rossum <guido@python.org>
Tue, 8 Sep 1992 09:20:13 +0000 (09:20 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 8 Sep 1992 09:20:13 +0000 (09:20 +0000)
Doc/tut.tex
Doc/tut/tut.tex

index f86fc39d26c2ae74e969c3033370a96f40dfaa3e..84b5333ec672ed46c2015d3580d4de6985b46ace 100644 (file)
@@ -302,6 +302,8 @@ explicit source of commands (which otherwise behaves like an
 interactive session).  It is executed in the same name space where
 interactive commands are executed, so that objects that it defines or
 imports can be used without qualification in the interactive session.
+You can also change the prompts {\tt sys.ps1} and {\tt sys.ps2} in
+this file.
 
 If you want to read an additional start-up file from the current
 directory, you can program this in the global start-up file, e.g.
index f86fc39d26c2ae74e969c3033370a96f40dfaa3e..84b5333ec672ed46c2015d3580d4de6985b46ace 100644 (file)
@@ -302,6 +302,8 @@ explicit source of commands (which otherwise behaves like an
 interactive session).  It is executed in the same name space where
 interactive commands are executed, so that objects that it defines or
 imports can be used without qualification in the interactive session.
+You can also change the prompts {\tt sys.ps1} and {\tt sys.ps2} in
+this file.
 
 If you want to read an additional start-up file from the current
 directory, you can program this in the global start-up file, e.g.