summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2014-03-17 18:22:59 (GMT)
committerJesus Cea <jcea@jcea.es>2014-03-17 18:22:59 (GMT)
commit28a965ff71a00d89f37b88ca73ae61adf94de544 (patch)
treef8eff998f02dba481ae1c30b2d585e0ca69a9534 /Doc/whatsnew
parentbdb8bb39ddff9eb948b4121321b8bf1d8c67bc7a (diff)
downloadcpython-28a965ff71a00d89f37b88ca73ae61adf94de544.zip
cpython-28a965ff71a00d89f37b88ca73ae61adf94de544.tar.gz
cpython-28a965ff71a00d89f37b88ca73ae61adf94de544.tar.bz2
Typo
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.4.rst2
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