[Python-checkins] python/dist/src/Modules socketmodule.h,1.6,1.7

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Thu, 06 Jun 2002 19:27:52 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv26650

Modified Files:
	socketmodule.h 
Log Message:
Repair a comment.


Index: socketmodule.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/socketmodule.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** socketmodule.h	6 Jun 2002 21:08:16 -0000	1.6
--- socketmodule.h	7 Jun 2002 02:27:50 -0000	1.7
***************
*** 157,161 ****
  
  /* Interfacestructure to C API for other modules.
!    Call PySocket_ImportModuleAPI() to initialize this
     structure. After that usage is simple:
  
--- 157,161 ----
  
  /* Interfacestructure to C API for other modules.
!    Call PySocketModule_ImportModuleAndAPI() to initialize this
     structure. After that usage is simple: