diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-09-05 15:15:59 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-09-05 15:15:59 (GMT) |
commit | 22fa64249c67c4580b0ad994475b6e33ae4bb705 (patch) | |
tree | 4129b2914b319c248ac6725057692146d2159394 /Mac | |
parent | 983c552c43de7a4d1fac8778068491e56526c544 (diff) | |
download | cpython-22fa64249c67c4580b0ad994475b6e33ae4bb705.zip cpython-22fa64249c67c4580b0ad994475b6e33ae4bb705.tar.gz cpython-22fa64249c67c4580b0ad994475b6e33ae4bb705.tar.bz2 |
Added a note that redirecting stdin/stdout does not work due to gusi bug.
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/Demo/using.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Mac/Demo/using.html b/Mac/Demo/using.html index d3b5e8b..273ede2 100644 --- a/Mac/Demo/using.html +++ b/Mac/Demo/using.html @@ -190,6 +190,12 @@ to the script in <CODE>sys.argv</CODE>. Sys.argv[0] is always the name of the script being executed, additional values can be passed here. Quoting works as expected. <p> +<BLOCKQUOTE> +<EM>Warning:</EM> 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. +</BLOCKQUOTE> + The default options are also settable on a system-wide basis, see the section on <A HREF="#preferences">editing preferences</A>. <p> @@ -374,7 +380,7 @@ The next section to check out is the <a href="index.html">annotated sample progr <HR> <A HREF="http://www.cwi.nl/~jack">Jack Jansen</A>, -<A HREF="mailto:jack@cwi.nl">jack@cwi.nl</A>, 19-Apr-1996. +<A HREF="mailto:jack@cwi.nl">jack@cwi.nl</A>, 05-Sep-1996. </BODY> </HTML> |