]> granicus.if.org Git - python/commitdiff
(Hopefully) fix SF bug #472675: CVS socketmodule now doesn't compile
authorGuido van Rossum <guido@python.org>
Fri, 19 Oct 2001 12:40:40 +0000 (12:40 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 19 Oct 2001 12:40:40 +0000 (12:40 +0000)
This appears to be a case of a missing \n\ in a multiline string
literal.

Modules/socketmodule.c

index 8c8ebb7b62f85d9751a1be0561f3c4248a65ead6..e9ad3335d13d2796fca2766c7fbce2c82a3381f7 100644 (file)
@@ -2817,7 +2817,7 @@ PySSL_RAND_egd(PyObject *self, PyObject *arg)
 }
 
 static char PySSL_RAND_egd_doc[] = 
-"RAND_egd(path) -> bytes
+"RAND_egd(path) -> bytes\n\
 \n\
 Queries the entropy gather daemon (EGD) on socket path.  Returns number\n\
 of bytes read.  Raises socket.sslerror if connection to EGD fails or\n\