File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1481,6 +1481,11 @@ multiprocessing connections.
14811481to override the default behavior of inheriting the ``daemon `` flag from
14821482the 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
14851490nntplib
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
22822291Porting C code
22832292--------------
You can’t perform that action at this time.
0 commit comments