Skip to content

bpo-43723: deprecate camelCase aliases from threading #25174

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Apr 12, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix directives
  • Loading branch information
JelleZijlstra committed Apr 9, 2021
commit aeae84745c74205bb670e568fa603e99344a3707
4 changes: 2 additions & 2 deletions Doc/library/threading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ since it is impossible to detect the termination of alien threads.
Deprecated getter/setter API for :attr:`~Thread.name`; use it directly as a
property instead.

.. deprecated: 3.10
.. deprecated:: 3.10

.. attribute:: ident

Expand Down Expand Up @@ -442,7 +442,7 @@ since it is impossible to detect the termination of alien threads.
Deprecated getter/setter API for :attr:`~Thread.daemon`; use it directly as a
property instead.

.. deprecated: 3.10
.. deprecated:: 3.10


.. _lock-objects:
Expand Down