My kingdom for a backtick

This commit is contained in:
Ryan Williams
2009-11-30 16:31:51 -08:00
parent dee86ad844
commit 54b8f3fc8c

View File

@@ -28,7 +28,7 @@ Once pyOpenSSL is installed, you can then use the ``eventlet.green`` modules, li
PyOpenSSL
----------
:mod:`eventlet.green.OpenSSL` has exactly the same interface as pyOpenSSL_ '(docs) <http://pyopenssl.sourceforge.net/pyOpenSSL.html/>`_, and works in all versions of Python. This module is much more powerful than :func:`socket.ssl`, and may have some advantages over :mod:`ssl`, depending on your needs.
:mod:`eventlet.green.OpenSSL` has exactly the same interface as pyOpenSSL_ `(docs) <http://pyopenssl.sourceforge.net/pyOpenSSL.html/>`_, and works in all versions of Python. This module is much more powerful than :func:`socket.ssl`, and may have some advantages over :mod:`ssl`, depending on your needs.
Here's an example of a server::