Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Doc/library/dummy_thread.rst

    r2 r391  
    77.. note::
    88   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
     9   Python 3.  The :term:`2to3` tool will automatically adapt imports when
     10   converting your sources to Python 3; however, you should consider using the
    1111   high-lever :mod:`dummy_threading` module instead.
    1212
     13**Source code:** :source:`Lib/dummy_thread.py`
     14
     15--------------
    1316
    1417This module provides a duplicate interface to the :mod:`thread` module.  It is
Note: See TracChangeset for help on using the changeset viewer.