Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3479b5f

Browse files
committed
Issue #28635: Fix a couple of missing/incorrect versionchanged tags
Patch by Elvis Pranskevichus.
1 parent 0d1acfd commit 3479b5f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Doc/c-api/exceptions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ an error value).
311311
Much like :c:func:`PyErr_SetImportError` but this function allows for
312312
specifying a subclass of :exc:`ImportError` to raise.
313313
314-
.. versionadded:: 3.4
314+
.. versionadded:: 3.6
315315
316316
317317
.. c:function:: int PyErr_WarnExplicitObject(PyObject *category, PyObject *message, PyObject *filename, int lineno, PyObject *module, PyObject *registry)

Doc/library/struct.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,10 @@ platform-dependent.
232232
.. versionchanged:: 3.3
233233
Added support for the ``'n'`` and ``'N'`` formats.
234234

235+
.. versionchanged:: 3.6
236+
Added support for the ``'e'`` format.
237+
238+
235239
Notes:
236240

237241
(1)

0 commit comments

Comments
 (0)