[issue18768] Wrong documentation of RAND_egd function in ssl module

2013-08-17 Thread Christian Heimes
Christian Heimes added the comment: Thanks :) -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue18768] Wrong documentation of RAND_egd function in ssl module

2013-08-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset ae91252943bf by Christian Heimes in branch '3.3': Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok. http://hg.python.org/cpython/rev/ae91252943bf New changeset 5c091acc799f by Christian Heimes in branch 'default': Issue 18768: Co

[issue18768] Wrong documentation of RAND_egd function in ssl module

2013-08-17 Thread Christian Heimes
Christian Heimes added the comment: Thanks, I have removed the extra space in gntype = name-> type; -- ___ Python tracker ___ ___ Pyth

[issue18768] Wrong documentation of RAND_egd function in ssl module

2013-08-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset b352a5cb60b6 by Christian Heimes in branch '3.3': Issue #18768: coding style nitpick. Thanks to Vajrasky Kok http://hg.python.org/cpython/rev/b352a5cb60b6 New changeset fe444f324756 by Christian Heimes in branch 'default': Issue #18768: coding style

[issue18768] Wrong documentation of RAND_egd function in ssl module

2013-08-17 Thread Vajrasky Kok
New submission from Vajrasky Kok: >>> import ssl >>> ssl.RAND_egd.__doc__ "RAND_egd(path) -> bytes\n\nQueries the entropy gather daemon (EGD) on the socket named by 'path'.\nReturns number of bytes read. Raises SSLError if connection to EGD\nfails or if it does provide enough data to seed PRNG