Skip to content

Commit 994ce1a

Browse files
committed
Add multiprocessing.Process.sentinel to whatsnew, mention SSLFakeFile removal.
1 parent dc704c6 commit 994ce1a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Doc/whatsnew/3.3.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1481,6 +1481,11 @@ multiprocessing connections.
14811481
to override the default behavior of inheriting the ``daemon`` flag from
14821482
the parent process (:issue:`6064`).
14831483

1484+
New attribute attribute :data:`multiprocessing.Process.sentinel` allows a
1485+
program to wait on multiple :class:`~multiprocessing.Process` objects at one
1486+
time using the appropriate OS primitives (for example, :mod:`select` on
1487+
posix systems).
1488+
14841489

14851490
nntplib
14861491
-------
@@ -2278,6 +2283,10 @@ Porting Python code
22782283

22792284
* The deprecated variable ``time.accept2dyear`` has been removed.
22802285

2286+
* The undocumented internal helper class ``SSLFakeFile`` has been
2287+
removed from :mod:`smtplib`, since its functionality has long been
2288+
provided directly by :meth:`socket.socket.makefile`.
2289+
22812290

22822291
Porting C code
22832292
--------------

0 commit comments

Comments
 (0)