rest25/library/dummy_thread.rst => rest262/library/dummy_thread.rst
n1- 
2:mod:`dummy_thread` --- Drop-in replacement for the :mod:`thread` module
3========================================================================
4
5.. module:: dummy_thread
6   :synopsis: Drop-in replacement for the thread module.
t6+ 
7+.. note::
8+   The :mod:`dummy_thread` module has been renamed to :mod:`_dummy_thread` in
9+   Python 3.0.  The :term:`2to3` tool will automatically adapt imports when
10+   converting your sources to 3.0; however, you should consider using the
11+   high-lever :mod:`dummy_threading` module instead.
7
8
9This module provides a duplicate interface to the :mod:`thread` module.  It is
10meant to be imported when the :mod:`thread` module is not provided on a
11platform.
12
13Suggested usage is::
14
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op