[Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.182,1.182.2.1

Guido van Rossum gvanrossum@users.sourceforge.net
Fri, 19 Oct 2001 05:30:29 -0700


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

Modified Files:
      Tag: r22b1-branch
	socketmodule.c 
Log Message:
(Hopefully) fix SF bug #472675: CVS socketmodule now doesn't compile

This appears to be a case of a missing \n\ in a multiline string
literal.


Index: socketmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/socketmodule.c,v
retrieving revision 1.182
retrieving revision 1.182.2.1
diff -C2 -d -r1.182 -r1.182.2.1
*** socketmodule.c	2001/10/18 00:28:50	1.182
--- socketmodule.c	2001/10/19 12:30:26	1.182.2.1
***************
*** 2818,2822 ****
  
  static char PySSL_RAND_egd_doc[] = 
! "RAND_egd(path) -> bytes
  \n\
  Queries the entropy gather daemon (EGD) on socket path.  Returns number\n\
--- 2818,2822 ----
  
  static char PySSL_RAND_egd_doc[] = 
! "RAND_egd(path) -> bytes\n\
  \n\
  Queries the entropy gather daemon (EGD) on socket path.  Returns number\n\