8000 Use in existing docs · python/cpython@0c86239 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0c86239

Browse files
committed
Use in existing docs
1 parent f0005e7 commit 0c86239

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

Doc/c-api/long.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
511511
On failure, return -1 with an exception set. This function always succeeds
512512
if *obj* is a :c:type:`PyLongObject` or its subtype.
513513
514-
.. versionadded:: 3.14
514+
.. versionadded:: next
515515
516516
517517
.. c:function:: int PyUnstable_Long_IsCompact(const PyLongObject* op)

Doc/c-api/unicode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1509,7 +1509,7 @@ PyUnicodeWriter
15091509
The :c:type:`PyUnicodeWriter` API can be used to create a Python :class:`str`
15101510
object.
15111511
1512-
.. versionadded:: 3.14
1512+
.. versionadded:: next
15131513
15141514
.. c:type:: PyUnicodeWriter
15151515

Doc/library/ast.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2487,7 +2487,7 @@ effects on the compilation of a program:
24872487
differ in whitespace or similar details. Attributes include line numbers
24882488
and column offsets.
24892489

2490-
.. versionadded:: 3.14
2490+
.. versionadded:: next
24912491

24922492

24932493
.. _ast-cli:

Doc/library/ctypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2299,7 +2299,7 @@ These are the fundamental ctypes data types:
22992299
Represents the C :c:expr:`double complex` datatype, if available. The
23002300
constructor accepts an optional :class:`complex` initializer.
23012301

2302-
.. versionadded:: 3.14
2302+
.. versionadded:: next
23032303

23042304

23052305
.. class:: c_int

Doc/library/dis.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ iterations of the loop.
926926
list of constants supported by this instruction. Used by the :keyword:`assert`
927927
statement to load :exc:`AssertionError`.
928928

929-
.. versionadded:: 3.14
929+
.. versionadded:: next
930930

931931

932932
.. opcode:: LOAD_BUILD_CLASS
@@ -1798,7 +1798,7 @@ iterations of the loop.
17981798
If ``type(STACK[-1]).__xxx__`` is not a method, leave
17991799
``STACK[-1].__xxx__; NULL`` on the stack.
18001800

1801-
.. versionadded:: 3.14
1801+
.. versionadded:: next
18021802

18031803

18041804
**Pseudo-instructions**

Doc/library/pathlib.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1559,7 +1559,7 @@ Copying, renaming and deleting
15591559
raises :exc:`OSError` when a symlink to a directory is encountered and
15601560
*follow_symlinks* is false.
15611561

1562-
.. versionadded:: 3.14
1562+
.. versionadded:: next
15631563

15641564

15651565
.. method:: Path.copytree(target, *, follow_symlinks=True, dirs_exist_ok=False, \
@@ -1586,7 +1586,7 @@ Copying, renaming and deleting
15861586
nothing, in which case the copying operation continues. If *on_error* isn't
15871587
given, exceptions are propagated to the caller.
15881588

1589-
.. versionadded:: 3.14
1589+
.. versionadded:: next
15901590

15911591

15921592
.. method:: Path.rename(target)

Doc/library/symtable.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Examining Symbol Tables
239239

240240
Return ``True`` if the symbol is a type parameter.
241241

242-
.. versionadded:: 3.14
242+
.. versionadded:: next
243243

244244
.. method:: is_global()
245245

@@ -286,7 +286,7 @@ Examining Symbol Tables
286286
be free from the perspective of ``C.method``, thereby allowing
287287
the latter to return *1* at runtime and not *2*.
288288

289-
.. versionadded:: 3.14
289+
.. versionadded:: next
290290

291291
.. method:: is_assigned()
292292

@@ -296,13 +296,13 @@ Examining Symbol Tables
296296

297297
Return ``True`` if the symbol is a comprehension iteration variable.
298298

299-
.. versionadded:: 3.14
299+
.. versionadded:: next
300300

301301
.. method:: is_comp_cell()
302302

303303
Return ``True`` if the symbol is a cell in an inlined comprehension.
304304

305-
.. versionadded:: 3.14
305+
.. versionadded:: next
306306

307307
.. method:: is_namespace()
308308

0 commit comments

Comments
 (0)
0