summaryrefslogtreecommitdiff
path: root/doc/basic_usage.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/basic_usage.html')
-rw-r--r--doc/basic_usage.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/basic_usage.html b/doc/basic_usage.html
index 477daf6..adc0903 100644
--- a/doc/basic_usage.html
+++ b/doc/basic_usage.html
@@ -6,7 +6,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
- <title>Basic Usage &#8212; Eventlet 0.32.0 documentation</title>
+ <title>Basic Usage &#8212; Eventlet 0.33.0 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/classic.css" />
@@ -35,7 +35,7 @@
<li class="right" >
<a href="index.html" title="Eventlet Documentation"
accesskey="P">previous</a> |</li>
- <li class="nav-item nav-item-0"><a href="index.html">Eventlet 0.32.0 documentation</a> &#187;</li>
+ <li class="nav-item nav-item-0"><a href="index.html">Eventlet 0.33.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Basic Usage</a></li>
</ul>
</div>
@@ -139,7 +139,7 @@ See <a class="reference internal" href="modules/timeout.html#eventlet.timeout.Ti
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>addr</strong> – Address of the server to connect to. For TCP sockets, this is a (host, port) tuple.</p></li>
-<li><p><strong>family</strong> – Socket family, optional. See <a class="reference external" href="https://docs.python.org/3/library/socket.html#module-socket" title="(in Python v3.9)"><code class="xref py py-mod docutils literal notranslate"><span class="pre">socket</span></code></a> documentation for available families.</p></li>
+<li><p><strong>family</strong> – Socket family, optional. See <a class="reference external" href="https://docs.python.org/3/library/socket.html#module-socket" title="(in Python v3.10)"><code class="xref py py-mod docutils literal notranslate"><span class="pre">socket</span></code></a> documentation for available families.</p></li>
<li><p><strong>bind</strong> – Local address to bind to, optional.</p></li>
</ul>
</dd>
@@ -159,7 +159,7 @@ socket can be used in <a class="reference internal" href="#eventlet.serve" title
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>addr</strong> – Address to listen on. For TCP sockets, this is a (host, port) tuple.</p></li>
-<li><p><strong>family</strong> – Socket family, optional. See <a class="reference external" href="https://docs.python.org/3/library/socket.html#module-socket" title="(in Python v3.9)"><code class="xref py py-mod docutils literal notranslate"><span class="pre">socket</span></code></a> documentation for available families.</p></li>
+<li><p><strong>family</strong> – Socket family, optional. See <a class="reference external" href="https://docs.python.org/3/library/socket.html#module-socket" title="(in Python v3.10)"><code class="xref py py-mod docutils literal notranslate"><span class="pre">socket</span></code></a> documentation for available families.</p></li>
<li><p><strong>backlog</strong> – The maximum number of queued connections. Should be at least 1; the maximum
value is system-dependent.</p></li>
</ul>
@@ -174,7 +174,7 @@ value is system-dependent.</p></li>
<dt class="sig sig-object py" id="eventlet.wrap_ssl">
<span class="sig-prename descclassname"><span class="pre">eventlet.</span></span><span class="sig-name descname"><span class="pre">wrap_ssl</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">sock</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">*</span></span><span class="n"><span class="pre">a</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">**</span></span><span class="n"><span class="pre">kw</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#eventlet.wrap_ssl" title="Permalink to this definition">¶</a></dt>
<dd><p>Convenience function for converting a regular socket into an
-SSL socket. Has the same interface as <a class="reference external" href="https://docs.python.org/3/library/ssl.html#ssl.wrap_socket" title="(in Python v3.9)"><code class="xref py py-func docutils literal notranslate"><span class="pre">ssl.wrap_socket()</span></code></a>,
+SSL socket. Has the same interface as <a class="reference external" href="https://docs.python.org/3/library/ssl.html#ssl.wrap_socket" title="(in Python v3.10)"><code class="xref py py-func docutils literal notranslate"><span class="pre">ssl.wrap_socket()</span></code></a>,
but can also use PyOpenSSL. Though, note that it ignores the
<cite>cert_reqs</cite>, <cite>ssl_version</cite>, <cite>ca_certs</cite>, <cite>do_handshake_on_connect</cite>,
and <cite>suppress_ragged_eofs</cite> arguments when using PyOpenSSL.</p>
@@ -286,7 +286,7 @@ connections until the existing ones complete.</p>
<li class="right" >
<a href="index.html" title="Eventlet Documentation"
>previous</a> |</li>
- <li class="nav-item nav-item-0"><a href="index.html">Eventlet 0.32.0 documentation</a> &#187;</li>
+ <li class="nav-item nav-item-0"><a href="index.html">Eventlet 0.33.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Basic Usage</a></li>
</ul>
</div>