[Idle-dev] CVS: idle spawn.py,1.3,1.4

Stephen M. Gava elguavas@users.sourceforge.net
Sun, 07 Oct 2001 04:26:50 -0700


Update of /cvsroot/idlefork/idle
In directory usw-pr-cvs1:/tmp/cvs-serv3440

Modified Files:
	spawn.py 
Log Message:
merged win spawn patch

Index: spawn.py
===================================================================
RCS file: /cvsroot/idlefork/idle/spawn.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** spawn.py	2001/07/04 03:15:10	1.3
--- spawn.py	2001/10/07 11:26:48	1.4
***************
*** 43,47 ****
  
    def spawn(bin, *args):
!     nargs = [bin]
      for arg in args:
        nargs.append( '"'+arg+'"' )
--- 43,47 ----
  
    def spawn(bin, *args):
!     nargs = ['"'+bin+'"']
      for arg in args:
        nargs.append( '"'+arg+'"' )