[Python-checkins] r64409 - python/trunk/Doc/library/someos.rst

andrew.kuchling python-checkins at python.org
Thu Jun 19 22:33:31 CEST 2008


Author: andrew.kuchling
Date: Thu Jun 19 22:33:31 2008
New Revision: 64409

Log:
Put threading in front of thread

Modified:
   python/trunk/Doc/library/someos.rst

Modified: python/trunk/Doc/library/someos.rst
==============================================================================
--- python/trunk/Doc/library/someos.rst	(original)
+++ python/trunk/Doc/library/someos.rst	Thu Jun 19 22:33:31 2008
@@ -14,10 +14,10 @@
 .. toctree::
 
    select.rst
-   thread.rst
    threading.rst
-   dummy_thread.rst
+   thread.rst
    dummy_threading.rst
+   dummy_thread.rst
    multiprocessing.rst
    mmap.rst
    readline.rst


More information about the Python-checkins mailing list