[Python-checkins] python/dist/src/Tools/freeze win32.html,1.2,1.3

doerwalter@users.sourceforge.net doerwalter@users.sourceforge.net
Thu, 12 Sep 2002 07:40:47 -0700


Update of /cvsroot/python/python/dist/src/Tools/freeze
In directory usw-pr-cvs1:/tmp/cvs-serv26087

Modified Files:
	win32.html 
Log Message:
Remove another mention of "import string".
The file itself still mentions Python 1.5.1,
so it might need further updates.


Index: win32.html
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/freeze/win32.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** win32.html	24 Jul 2000 16:02:00 -0000	1.2
--- win32.html	12 Sep 2002 14:40:44 -0000	1.3
***************
*** 49,56 ****
  <DIR>
  
! <CODE><P>import string</P>
! <P>import sys</P>
  <P>&nbsp;</P>
! <P>print string.join( ["Hello", "world"] + sys.argv[1:] )</P></DIR>
  </DIR>
  
--- 49,55 ----
  <DIR>
  
! <CODE><P>import sys</P>
  <P>&nbsp;</P>
! <P>print " ".join( ["Hello", "world"] + sys.argv[1:] )</P></DIR>
  </DIR>