Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b5907c + 3c2593b commit f920a1cCopy full SHA for f920a1c
2 files changed
Misc/NEWS
@@ -28,6 +28,8 @@ Core and Builtins
28
Library
29
-------
30
31
+- Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok.
32
+
33
- Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke
34
malloc weak symbols.
35
Modules/_ssl.c
@@ -2934,7 +2934,7 @@ PyDoc_STRVAR(PySSL_RAND_egd_doc,
2934
\n\
2935
Queries the entropy gather daemon (EGD) on the socket named by 'path'.\n\
2936
Returns number of bytes read. Raises SSLError if connection to EGD\n\
2937
-fails or if it does provide enough data to seed PRNG.");
+fails or if it does not provide enough data to seed PRNG.");
2938
2939
#endif
2940
0 commit comments