Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed44dbd

Browse files
committed
Remove another mention of "import string".
The file itself still mentions Python 1.5.1, so it might need further updates.
1 parent b7c1895 commit ed44dbd

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Tools/freeze/win32.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,9 @@ <H2>Examples</H2>
4848
<H4>Source Code</H4><DIR>
4949
<DIR>
5050

51-
<CODE><P>import string</P>
52-
<P>import sys</P>
51+
<CODE><P>import sys</P>
5352
<P>&nbsp;</P>
54-
<P>print string.join( ["Hello", "world"] + sys.argv[1:] )</P></DIR>
53+
<P>print " ".join( ["Hello", "world"] + sys.argv[1:] )</P></DIR>
5554
</DIR>
5655

5756
</CODE><H4>Command Line used</H4><DIR>

0 commit comments

Comments
 (0)