@@ -274,7 +274,7 @@ small to receive the value.
274274 Convert a Python integer to a C :c:expr: `unsigned long ` without
275275 overflow checking.
276276
277- .. versionchanged :: next
277+ .. versionchanged :: 3.14
278278 Use :meth: `~object.__index__ ` if available.
279279
280280``L `` (:class: `int `) [long long]
@@ -284,7 +284,7 @@ small to receive the value.
284284 Convert a Python integer to a C :c:expr: `unsigned long long `
285285 without overflow checking.
286286
287- .. versionchanged :: next
287+ .. versionchanged :: 3.14
288288 Use :meth: `~object.__index__ ` if available.
289289
290290``n `` (:class: `int `) [:c:type: `Py_ssize_t `]
@@ -380,10 +380,10 @@ Other objects
380380 The *converter * for the ``O& `` format unit in *items * must not store
381381 a borrowed buffer or a borrowed reference.
382382
383- .. versionchanged :: next
383+ .. versionchanged :: 3.14
384384 :class: `str ` and :class: `bytearray ` objects no longer accepted as a sequence.
385385
386- .. deprecated :: next
386+ .. deprecated :: 3.14
387387 Non-tuple sequences are deprecated if *items * contains format units
388388 which store a borrowed buffer or a borrowed reference.
389389
@@ -396,7 +396,7 @@ Other objects
396396 If the argument is not ``None ``, it is parsed according to the specified
397397 format unit.
398398
399- .. versionadded :: next
399+ .. versionadded :: 3.14
400400
401401A few other characters have a meaning in a format string. These may not occur
402402inside nested parentheses. They are:
0 commit comments