We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1b4e8 commit aa896b1Copy full SHA for aa896b1
Doc/library/threading.rst
@@ -535,8 +535,8 @@ All methods are executed atomically.
535
thread may release it.
536
537
.. versionchanged:: 3.13
538
- Prior to 3.13 ``Lock`` actually used to be a factory
539
- function which returned an instance
+ ``Lock`` is now a class. In earlier Python versions,
+ ``Lock`` used to be a factory function which returned an instance
540
of the most efficient version of the concrete Lock class that is supported
541
by the platform.
542
0 commit comments