[Python-checkins] cpython (merge 3.4 -> default): MERGE: Typo

jesus.cea python-checkins at python.org
Mon Mar 17 19:23:48 CET 2014


http://hg.python.org/cpython/rev/81ba9ce002d6
changeset:   89820:81ba9ce002d6
parent:      89818:ea89d4059296
parent:      89819:06ce648ac6ac
user:        Jesus Cea <jcea at jcea.es>
date:        Mon Mar 17 19:23:14 2014 +0100
summary:
  MERGE: Typo

files:
  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
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -2350,7 +2350,7 @@
 * :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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list