summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1997-08-19 14:01:35 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1997-08-19 14:01:35 (GMT)
commitd0417ecce52f0f7a3a41ec03ca8706a5e66b9dc2 (patch)
tree0c6ed2f0cad4303a906ba1dce7dd11030455394e /Mac
parent3261719848d8d5397c74070e1e89201b882c716f (diff)
downloadcpython-d0417ecce52f0f7a3a41ec03ca8706a5e66b9dc2.zip
cpython-d0417ecce52f0f7a3a41ec03ca8706a5e66b9dc2.tar.gz
cpython-d0417ecce52f0f7a3a41ec03ca8706a5e66b9dc2.tar.bz2
Removed support_print docs.
Diffstat (limited to 'Mac')
-rw-r--r--Mac/Demo/using.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/Mac/Demo/using.html b/Mac/Demo/using.html
index 2d1ee32..f440273 100644
--- a/Mac/Demo/using.html
+++ b/Mac/Demo/using.html
@@ -189,8 +189,6 @@ The options modify the interpreters behaviour in the following way:
exiting) after a script has terminated normally,
<li> for every module imported a line is printed telling you where the
module was loaded from,
-<li> do not print the values of expressions executed as statements in
-an interactive python,
<li> do not buffer stdout and stderr,
<li> print some debugging output during the parsing phase,
<li> keep the output window open when a script terminates.