[Python-checkins] CVS: python/dist/src/Modules posixmodule.c,2.149,2.150

Fredrik Lundh python-dev@python.org
2000年7月10日 09:38:11 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory slayer.i.sourceforge.net:/tmp/cvs-serv31226/Modules
Modified Files:
	posixmodule.c 
Log Message:
- stupid typo.
Index: posixmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/posixmodule.c,v
retrieving revision 2.149
retrieving revision 2.150
diff -C2 -r2.149 -r2.150
*** posixmodule.c	2000年07月10日 15:59:30	2.149
--- posixmodule.c	2000年07月10日 16:38:09	2.150
***************
*** 750,754 ****
 
 
! #if HAVE_CHOWN
 static char posix_chown__doc__[] =
 "chown(path, uid, gid) -> None\n\
--- 750,754 ----
 
 
! #ifdef HAVE_CHOWN
 static char posix_chown__doc__[] =
 "chown(path, uid, gid) -> None\n\

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