From: Andrew M. Kuchling Date: Thu, 19 Jun 2008 20:33:31 +0000 (+0000) Subject: Put threading in front of thread X-Git-Tag: v2.6b2~226 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e5cd75b732d94cbdfa6dcb3083277396f90c052;p=thirdparty%2FPython%2Fcpython.git Put threading in front of thread --- diff --git a/Doc/library/someos.rst b/Doc/library/someos.rst index 0e2013b3e869..fa76a247e27f 100644 --- a/Doc/library/someos.rst +++ b/Doc/library/someos.rst @@ -14,10 +14,10 @@ some other systems as well (e.g. Windows or NT). Here's an overview: .. toctree:: select.rst - thread.rst threading.rst - dummy_thread.rst + thread.rst dummy_threading.rst + dummy_thread.rst multiprocessing.rst mmap.rst readline.rst