From: Jesus Cea <jcea@jcea.es> Date: Mon, 17 Mar 2014 18:22:59 +0000 (+0100) Subject: Typo X-Git-Tag: v3.4.1rc1~227 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28a965ff71a00d89f37b88ca73ae61adf94de544;p=python Typo --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 0ee61f395a..177208ade9 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -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