From: Jack Jansen Date: Thu, 5 Sep 1996 15:15:59 +0000 (+0000) Subject: Added a note that redirecting stdin/stdout does not work due to gusi bug. X-Git-Tag: v1.4~303 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=22fa64249c67c4580b0ad994475b6e33ae4bb705;p=thirdparty%2FPython%2Fcpython.git Added a note that redirecting stdin/stdout does not work due to gusi bug. --- diff --git a/Mac/Demo/using.html b/Mac/Demo/using.html index d3b5e8bf2173..273ede2a16b3 100644 --- a/Mac/Demo/using.html +++ b/Mac/Demo/using.html @@ -190,6 +190,12 @@ to the script in sys.argv. Sys.argv[0] is always the name of the script being executed, additional values can be passed here. Quoting works as expected.

+

+Warning: redirecting standard input or standard output in the +command-line dialog does not work. This is due to circumstances beyond my +control, hence I cannot say when this will be fixed. +
+ The default options are also settable on a system-wide basis, see the section on editing preferences.

@@ -374,7 +380,7 @@ The next section to check out is the annotated sample progr


Jack Jansen, -jack@cwi.nl, 19-Apr-1996. +jack@cwi.nl, 05-Sep-1996.