diff options
author | Walter Dörwald <walter@livinglogic.de> | 2002-09-12 14:40:44 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2002-09-12 14:40:44 (GMT) |
commit | ed44dbd9596f1eb424d5cd0df0669dad6baaa309 (patch) | |
tree | 3b7f084341a66633653d852b51f0ae09b2756a44 /Tools | |
parent | b7c1895ec5897da12038827ebc1705d2834598ba (diff) | |
download | cpython-ed44dbd9596f1eb424d5cd0df0669dad6baaa309.zip cpython-ed44dbd9596f1eb424d5cd0df0669dad6baaa309.tar.gz cpython-ed44dbd9596f1eb424d5cd0df0669dad6baaa309.tar.bz2 |
Remove another mention of "import string".
The file itself still mentions Python 1.5.1,
so it might need further updates.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/freeze/win32.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Tools/freeze/win32.html b/Tools/freeze/win32.html index 2b6edf8..7e1d32d 100644 --- a/Tools/freeze/win32.html +++ b/Tools/freeze/win32.html @@ -48,10 +48,9 @@ <H4>Source Code</H4><DIR> <DIR> -<CODE><P>import string</P> -<P>import sys</P> +<CODE><P>import sys</P> <P> </P> -<P>print string.join( ["Hello", "world"] + sys.argv[1:] )</P></DIR> +<P>print " ".join( ["Hello", "world"] + sys.argv[1:] )</P></DIR> </DIR> </CODE><H4>Command Line used</H4><DIR> |