Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
8a710dc4
Commit
8a710dc4
authored
May 25, 2008
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add renaming notices to thread and dummy_thread.
parent
dcc86204
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
Doc/library/dummy_thread.rst
Doc/library/dummy_thread.rst
+6
-1
Doc/library/thread.rst
Doc/library/thread.rst
+6
-1
No files found.
Doc/library/dummy_thread.rst
View file @
8a710dc4
:mod:`dummy_thread` --- Drop-in replacement for the :mod:`thread` module
:mod:`dummy_thread` --- Drop-in replacement for the :mod:`thread` module
========================================================================
========================================================================
.. module:: dummy_thread
.. module:: dummy_thread
:synopsis: Drop-in replacement for the thread module.
:synopsis: Drop-in replacement for the thread module.
.. note::
The :mod:`dummy_thread` module has been renamed to :mod:`_dummy_thread` in
Python 3.0. The :term:`2to3` tool will automatically adapt imports when
converting your sources to 3.0; however, you should consider using the
high-lever :mod:`dummy_threading` module instead.
This module provides a duplicate interface to the :mod:`thread` module. It is
This module provides a duplicate interface to the :mod:`thread` module. It is
meant to be imported when the :mod:`thread` module is not provided on a
meant to be imported when the :mod:`thread` module is not provided on a
...
...
Doc/library/thread.rst
View file @
8a710dc4
:mod:`thread` --- Multiple threads of control
:mod:`thread` --- Multiple threads of control
=============================================
=============================================
.. module:: thread
.. module:: thread
:synopsis: Create multiple threads of control within one interpreter.
:synopsis: Create multiple threads of control within one interpreter.
.. note::
The :mod:`thread` module has been renamed to :mod:`_thread` in Python 3.0.
The :term:`2to3` tool will automatically adapt imports when converting your
sources to 3.0; however, you should consider using the high-lever
:mod:`threading` module instead.
.. index::
.. index::
single: light-weight processes
single: light-weight processes
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment