commit | fe7b00fb0abea3ea84f6642b62cdf545ff8f2780 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Oct 06 13:49:34 2012 +0200 |
committer | Georg Brandl <georg@python.org> | Sat Oct 06 13:49:34 2012 +0200 |
tree | b75e7a8dc8b2f30282f48426d5bad7097e0c6186 | |
parent | 7ea9a423cb9831897ebccfe7e068a353e37ad3d0 [diff] [blame] |
Closes #11710: create "landing pages" (/library/package.html) for those packages that have no documented content themselves, e.g. "urllib" or "http".
diff --git a/Doc/library/concurrency.rst b/Doc/library/concurrency.rst index 56fe3f2..fd2dae2 100644 --- a/Doc/library/concurrency.rst +++ b/Doc/library/concurrency.rst
@@ -15,6 +15,7 @@ threading.rst multiprocessing.rst + concurrent.rst concurrent.futures.rst subprocess.rst sched.rst