mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298)
This commit is contained in:
parent
40b79efae7
commit
808a77612f
22 changed files with 80 additions and 109 deletions
|
@ -363,12 +363,12 @@ since it is impossible to detect the termination of alien threads.
|
|||
base class constructor (``Thread.__init__()``) before doing anything else to
|
||||
the thread.
|
||||
|
||||
.. versionchanged:: 3.3
|
||||
Added the *daemon* parameter.
|
||||
|
||||
.. versionchanged:: 3.10
|
||||
Use the *target* name if *name* argument is omitted.
|
||||
|
||||
.. versionchanged:: 3.3
|
||||
Added the *daemon* argument.
|
||||
|
||||
.. method:: start()
|
||||
|
||||
Start the thread's activity.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue