mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
(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.
This commit is contained in:
@@ -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\
|
||||
|
||||
Reference in New Issue
Block a user