diff options
author | Jesus Cea <jcea@jcea.es> | 2014-03-17 18:23:14 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2014-03-17 18:23:14 (GMT) |
commit | d890dc16903e9426727525ec977342d3788b20ac (patch) | |
tree | 01e0228756d348ab714ece6d1b28e5a69cdf0501 | |
parent | 5d1cc7e0af7dcc21301dadeee704bc9fab756bc8 (diff) | |
parent | 28a965ff71a00d89f37b88ca73ae61adf94de544 (diff) | |
download | cpython-d890dc16903e9426727525ec977342d3788b20ac.zip cpython-d890dc16903e9426727525ec977342d3788b20ac.tar.gz cpython-d890dc16903e9426727525ec977342d3788b20ac.tar.bz2 |
MERGE: Typo
-rw-r--r-- | Doc/whatsnew/3.4.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 0ee61f3..177208a 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 |