]> granicus.if.org Git - python/commitdiff
Insert missing section heading (noticed by Victor Stinner).
authorRaymond Hettinger <python@rcn.com>
Fri, 11 Feb 2011 00:03:03 +0000 (00:03 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 11 Feb 2011 00:03:03 +0000 (00:03 +0000)
Doc/whatsnew/3.2.rst

index eba70075ff3b7e33f2d6f20fd0eeeb62b92233cf..577c628d18a3806a96741bbb2d9b1321276efcb7 100644 (file)
@@ -1810,21 +1810,24 @@ functions and methods affected are :func:`~random.randrange`,
 poplib
 ------
 
-* :class:`~poplib.POP3_SSL` class now accepts a *context* parameter, which is a
-  :class:`ssl.SSLContext` object allowing bundling SSL configuration options,
-  certificates and private keys into a single (potentially long-lived)
-  structure.
+:class:`~poplib.POP3_SSL` class now accepts a *context* parameter, which is a
+:class:`ssl.SSLContext` object allowing bundling SSL configuration options,
+certificates and private keys into a single (potentially long-lived)
+structure.
+
+(Contributed by Giampaolo Rodolà; :issue:`8807`.)
 
-  (Contributed by Giampaolo Rodolà; :issue:`8807`.)
+asyncore
+--------
 
-:class:`asyncore.dispatcher` now provides a
-  :meth:`~asyncore.dispatcher.handle_accepted()` method
-  returning a `(sock, addr)` pair which is called when a connection has actually
-  been established with a new remote endpoint. This is supposed to be used as a
-  replacement for old :meth:`~asyncore.dispatcher.handle_accept()` and avoids
-  the user  to call :meth:`~asyncore.dispatcher.accept()` directly.
+:class:`asyncore.dispatcher` now provides a
+:meth:`~asyncore.dispatcher.handle_accepted()` method
+returning a `(sock, addr)` pair which is called when a connection has actually
+been established with a new remote endpoint. This is supposed to be used as a
+replacement for old :meth:`~asyncore.dispatcher.handle_accept()` and avoids
+the user  to call :meth:`~asyncore.dispatcher.accept()` directly.
 
-  (Contributed by Giampaolo Rodolà; :issue:`6706`.)
+Contributed by Giampaolo Rodolà; :issue:`6706`.)
 
 tempfile
 --------