[pypy-commit] pypy py3.5: wow, what a typo

plan_rich pypy.commits at gmail.com
Fri Mar 17 05:31:57 EDT 2017


Author: Richard Plangger <planrichi at gmail.com>
Branch: py3.5
Changeset: r90742:3e766f54a47c
Date: 2017-03-17 10:31 +0100
http://bitbucket.org/pypy/pypy/changeset/3e766f54a47c/

Log:	wow, what a typo

diff --git a/lib_pypy/_ssl/__init__.py b/lib_pypy/_ssl/__init__.py
--- a/lib_pypy/_ssl/__init__.py
+++ b/lib_pypy/_ssl/__init__.py
@@ -11,6 +11,6 @@
 RAND_bytes        = builtinify(RAND_bytes)
 RAND_pseudo_bytes = builtinify(RAND_pseudo_bytes)
 RAND_status       = builtinify(RAND_status)
-# RAND_egd is optional and might not be available on e.g. libreoffice
+# RAND_egd is optional and might not be available on e.g. libressl
 if hasattr(_stdssl, 'RAND_egd'):
     RAND_egd          = builtinify(RAND_egd)


More information about the pypy-commit mailing list