commit | 243d8d85debaa319a2be0143003a9e881a0f5646 | [log] [tgz] |
---|---|---|
author | Charles-François Natali <cf.natali@gmail.com> | Wed Sep 04 19:02:49 2013 +0200 |
committer | Charles-François Natali <cf.natali@gmail.com> | Wed Sep 04 19:02:49 2013 +0200 |
tree | 351cdb6690d4c6cc8bdd34ec56c15cdf882e23f6 | |
parent | af722bf9cf7094576303d4a7a2fc38200a12d773 [diff] [blame] |
Issue #16853: Add new selectors module.
diff --git a/Doc/library/concurrency.rst b/Doc/library/concurrency.rst index f2a512f..2d69107 100644 --- a/Doc/library/concurrency.rst +++ b/Doc/library/concurrency.rst
@@ -21,6 +21,7 @@ sched.rst queue.rst select.rst + selectors.rst The following are support modules for some of the above services: