Skip to content

Commit 77b2c93

Browse files
committedMar 14, 2025
Python 3.14.0a6
1 parent ca1bedc commit 77b2c93

File tree

155 files changed

+1516
-343
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

155 files changed

+1516
-343
lines changed
 

‎Doc/c-api/unicode.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1868,7 +1868,7 @@ The following API is deprecated.
18681868
18691869
.. versionadded:: 3.3
18701870
1871-
.. deprecated:: next
1871+
.. deprecated:: 3.14
18721872
This API does nothing since Python 3.12.
18731873
Previously, this could be called to check if
18741874
:c:func:`PyUnicode_READY` is necessary.

‎Doc/library/concurrent.futures.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Executor Objects
7373
.. versionchanged:: 3.5
7474
Added the *chunksize* parameter.
7575

76-
.. versionchanged:: next
76+
.. versionchanged:: 3.14
7777
Added the *buffersize* parameter.
7878

7979
.. method:: shutdown(wait=True, *, cancel_futures=False)
@@ -431,7 +431,7 @@ to a :class:`ProcessPoolExecutor` will result in deadlock.
431431
After calling this method the caller should no longer submit tasks to the
432432
executor.
433433

434-
.. versionadded:: next
434+
.. versionadded:: 3.14
435435

436436
.. method:: kill_workers()
437437

@@ -443,7 +443,7 @@ to a :class:`ProcessPoolExecutor` will result in deadlock.
443443
After calling this method the caller should no longer submit tasks to the
444444
executor.
445445

446-
.. versionadded:: next
446+
.. versionadded:: 3.14
447447

448448
.. _processpoolexecutor-example:
449449

0 commit comments

Comments
 (0)