Kaydet (Commit) 28a965ff authored tarafından Jesus Cea's avatar Jesus Cea

Typo

üst bdb8bb39
......@@ -2350,7 +2350,7 @@ Changes in the Python API
* :meth:`ssl.SSLSocket.getpeercert` and :meth:`ssl.SSLSocket.do_handshake`
now raise an :exc:`OSError` with ``ENOTCONN`` when the ``SSLSocket`` is not
connected, instead of the previous behavior of raising an
:exc:`AttributError`. In addition, :meth:`~ssl.SSLSocket.getpeercert`
:exc:`AttributeError`. In addition, :meth:`~ssl.SSLSocket.getpeercert`
will raise a :exc:`ValueError` if the handshake has not yet been done.
* :func:`base64.b32decode` now raises a :exc:`binascii.Error` when the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment