mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Issue #28635: Fix a couple of missing/incorrect versionchanged tags
Patch by Elvis Pranskevichus.
This commit is contained in:
parent
0d1acfdf18
commit
3479b5f888
2 changed files with 5 additions and 1 deletions
|
|
@ -311,7 +311,7 @@ an error value).
|
|||
Much like :c:func:`PyErr_SetImportError` but this function allows for
|
||||
specifying a subclass of :exc:`ImportError` to raise.
|
||||
|
||||
.. versionadded:: 3.4
|
||||
.. versionadded:: 3.6
|
||||
|
||||
|
||||
.. c:function:: int PyErr_WarnExplicitObject(PyObject *category, PyObject *message, PyObject *filename, int lineno, PyObject *module, PyObject *registry)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue