[Python-checkins] python/dist/src/Lib os.py,1.71,1.72

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
2003年7月01日 19:49:36 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv13681/Lib
Modified Files:
	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.71
retrieving revision 1.72
diff -C2 -d -r1.71 -r1.72
*** os.py	13 May 2003 17:57:23 -0000	1.71
--- os.py	2 Jul 2003 02:49:33 -0000	1.72
***************
*** 581,585 ****
 # 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
--- 581,585 ----
 # 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

AltStyle によって変換されたページ (->オリジナル) /