From: Jack Jansen Date: Tue, 19 Aug 1997 14:01:35 +0000 (+0000) Subject: Removed support_print docs. X-Git-Tag: v1.5a4~359 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d0417ecce52f0f7a3a41ec03ca8706a5e66b9dc2;p=python Removed support_print docs. --- diff --git a/Mac/Demo/using.html b/Mac/Demo/using.html index 2d1ee3215a..f4402736dd 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,
  • for every module imported a line is printed telling you where the module was loaded from, -
  • do not print the values of expressions executed as statements in -an interactive python,
  • do not buffer stdout and stderr,
  • print some debugging output during the parsing phase,
  • keep the output window open when a script terminates.