Skip to content

Commit add43c3

Browse files
committed
Python 3.14.0a2
1 parent 4d77197 commit add43c3

File tree

184 files changed

+2085
-618
lines changed

Some content is hidden

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

184 files changed

+2085
-618
lines changed

Doc/c-api/long.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
590590
return ``1`` when it's positive and ``0`` otherwise. Else set an
591591
exception and return ``-1``.
592592
593-
.. versionadded:: next
593+
.. versionadded:: 3.14
594594
595595
596596
.. c:function:: int PyLong_IsNegative(PyObject *obj)
@@ -601,7 +601,7 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
601601
return ``1`` when it's negative and ``0`` otherwise. Else set an
602602
exception and return ``-1``.
603603
604-
.. versionadded:: next
604+
.. versionadded:: 3.14
605605
606606
607607
.. c:function:: int PyLong_IsZero(PyObject *obj)
@@ -612,7 +612,7 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
612612
return ``1`` when it's zero and ``0`` otherwise. Else set an
613613
exception and return ``-1``.
614614
615-
.. versionadded:: next
615+
.. versionadded:: 3.14
616616
617617
618618
.. c:function:: PyObject* PyLong_GetInfo(void)

Doc/c-api/object.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,5 +597,5 @@ Object Protocol
597597
This function is intended to be used soon after *obj* is created,
598598
by the code that creates it.
599599
600-
.. versionadded:: next
600+
.. versionadded:: 3.14
601601

Doc/library/concurrent.futures.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ Exception classes
690690
of a :class:`~concurrent.futures.InterpreterPoolExecutor`
691691
has failed initializing.
692692

693-
.. versionadded:: next
693+
.. versionadded:: 3.14
694694

695695
.. exception:: ExecutionFailed
696696

@@ -699,7 +699,7 @@ Exception classes
699699
:meth:`~concurrent.futures.Executor.submit` when there's an uncaught
700700
exception from the submitted task.
701701

702-
.. versionadded:: next
702+
.. versionadded:: 3.14
703703

704704
.. currentmodule:: concurrent.futures.process
705705

Doc/library/functools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ The :mod:`functools` module defines the following functions:
481481
See :func:`itertools.accumulate` for an iterator that yields all intermediate
482482
values.
483483

484-
.. versionchanged:: next
484+
.. versionchanged:: 3.14
485485
*initial* is now supported as a keyword argument.
486486

487487
.. decorator:: singledispatch

Doc/library/marshal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ this module. The following types are supported:
6767
* Added format version 4, which supports efficient representations
6868
of short strings.
6969

70-
.. versionchanged:: next
70+
.. versionchanged:: 3.14
7171

7272
Added format version 5, which allows marshalling slices.
7373

Doc/library/os.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ process and user.
261261
:data:`os.environ` or :data:`os.environb`, or calling :func:`os.getenv`
262262
while reloading, may return an empty result.
263263

264-
.. versionadded:: next
264+
.. versionadded:: 3.14
265265

266266

267267
.. function:: chdir(path)

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3889,7 +3889,7 @@ copying.
38893889
.. versionchanged:: 3.5
38903890
memoryviews can now be indexed with tuple of integers.
38913891

3892-
.. versionchanged:: next
3892+
.. versionchanged:: 3.14
38933893
memoryview is now a :term:`generic type`.
38943894

38953895
:class:`memoryview` has several methods:

Doc/library/sys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ always available.
944944
This function should be used for specialized purposes only.
945945
It is not guaranteed to exist in all implementations of Python.
946946

947-
.. versionchanged:: next
947+
.. versionchanged:: 3.14
948948

949949
The result may include objects from other interpreters.
950950

Doc/library/tomllib.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ The following exceptions are available:
8484

8585
The column corresponding to *pos*.
8686

87-
.. versionchanged:: next
87+
.. versionchanged:: 3.14
8888
Added the *msg*, *doc* and *pos* parameters.
8989
Added the :attr:`msg`, :attr:`doc`, :attr:`pos`, :attr:`lineno` and :attr:`colno` attributes.
9090

91-
.. deprecated:: next
91+
.. deprecated:: 3.14
9292
Passing free-form positional arguments is deprecated.
9393

9494

Doc/library/uuid.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ which relays any information about the UUID's safety, using this enumeration:
153153
The UUID version number (1 through 8, meaningful only when the variant is
154154
:const:`RFC_4122`).
155155

156-
.. versionchanged:: next
156+
.. versionchanged:: 3.14
157157
Added UUID version 8.
158158

159159

@@ -233,7 +233,7 @@ The :mod:`uuid` module defines the following functions:
233233
non-specified arguments are substituted for a pseudo-random integer of
234234
appropriate size.
235235

236-
.. versionadded:: next
236+
.. versionadded:: 3.14
237237

238238
.. index:: single: uuid8
239239

@@ -323,7 +323,7 @@ The following options are accepted:
323323
Specify the function name to use to generate the uuid. By default :func:`uuid4`
324324
is used.
325325

326-
.. versionadded:: next
326+
.. versionadded:: 3.14
327327
Allow generating UUID version 8.
328328

329329
.. option:: -n <namespace>

0 commit comments

Comments
 (0)