]> granicus.if.org Git - python/commitdiff
Issue #22560, asyncio doc: ProactorEventLoop now supports SSL!
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 13 Jan 2015 23:30:22 +0000 (00:30 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 13 Jan 2015 23:30:22 +0000 (00:30 +0100)
Doc/library/asyncio-eventloops.rst

index afb8b9f35b447f253b1247216cf2335644cc26ce..ae3bf902980685be26bb1e69feed440a9a33a37d 100644 (file)
@@ -100,8 +100,6 @@ Common limits of Windows event loops:
 
 :class:`ProactorEventLoop` specific limits:
 
-- SSL is not supported: :meth:`~BaseEventLoop.create_connection` and
-  :meth:`~BaseEventLoop.create_server` cannot be used with SSL for example
 - :meth:`~BaseEventLoop.create_datagram_endpoint` (UDP) is not supported
 - :meth:`~BaseEventLoop.add_reader` and :meth:`~BaseEventLoop.add_writer` are
   not supported
@@ -112,6 +110,10 @@ The best resolution is 0.5 msec. The resolution depends on the hardware
 <http://fr.wikipedia.org/wiki/High_Precision_Event_Timer>`_) and on the Windows
 configuration. See :ref:`asyncio delayed calls <asyncio-delayed-calls>`.
 
+.. versionchanged:: 3.5
+
+   :class:`ProactorEventLoop` now supports SSL.
+
 
 Mac OS X
 ^^^^^^^^