Skip to content

Commit ce357a8

Browse files
committed
Merge branch 'issue-114315' of https://github.com/sobolevn/cpython into issue-114315
2 parents 9d30863 + aa896b1 commit ce357a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/threading.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,8 +535,8 @@ All methods are executed atomically.
535535
thread may release it.
536536

537537
.. versionchanged:: 3.13
538-
Prior to 3.13 ``Lock`` actually used to be a factory
539-
function which returned an instance
538+
``Lock`` is now a class. In earlier Python versions,
539+
``Lock`` used to be a factory function which returned an instance
540540
of the most efficient version of the concrete Lock class that is supported
541541
by the platform.
542542

0 commit comments

Comments
 (0)