[Python-checkins] python/dist/src/Lib os.py,1.50.8.7,1.50.8.8

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Tue, 01 Jul 2003 19:51:18 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv13821/Lib

Modified Files:
      Tag: release22-maint
	os.py 
Log Message:
SF #764121, docstring for spawnlp incorrect

Index: os.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/os.py,v
retrieving revision 1.50.8.7
retrieving revision 1.50.8.8
diff -C2 -d -r1.50.8.7 -r1.50.8.8
*** os.py	28 Mar 2003 22:31:41 -0000	1.50.8.7
--- os.py	2 Jul 2003 02:51:15 -0000	1.50.8.8
***************
*** 538,542 ****
      # so it won't have spawnlp[e] either.
      def spawnlp(mode, file, *args):
!         """spawnlp(mode, file, *args, env) -> integer
  
  Execute file (which is looked for along $PATH) with arguments from
--- 538,542 ----
      # so it won't have spawnlp[e] either.
      def spawnlp(mode, file, *args):
!         """spawnlp(mode, file, *args) -> integer
  
  Execute file (which is looked for along $PATH) with arguments from