[Python-checkins] python/dist/src/Modules posixmodule.c,2.216.4.5,2.216.4.6

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
2002年7月29日 18:18:40 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv30707/Modules
Modified Files:
 Tag: release22-maint
	posixmodule.c 
Log Message:
Fix docstring to be consistent with parameter name (prefix)
Index: posixmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/posixmodule.c,v
retrieving revision 2.216.4.5
retrieving revision 2.216.4.6
diff -C2 -d -r2.216.4.5 -r2.216.4.6
*** posixmodule.c	18 Jun 2002 16:24:15 -0000	2.216.4.5
--- posixmodule.c	30 Jul 2002 01:18:38 -0000	2.216.4.6
***************
*** 4432,4436 ****
 tempnam([dir[, prefix]]) -> string\n\
 Return a unique name for a temporary file.\n\
! The directory and a short may be specified as strings; they may be omitted\n\
 or None if not needed.";
 
--- 4432,4436 ----
 tempnam([dir[, prefix]]) -> string\n\
 Return a unique name for a temporary file.\n\
! The directory and a prefix may be specified as strings; they may be omitted\n\
 or None if not needed.";
 

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