]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #28635: Fix a couple of missing/incorrect versionchanged tags
authorYury Selivanov <yury@magic.io>
Thu, 10 Nov 2016 18:25:26 +0000 (13:25 -0500)
committerYury Selivanov <yury@magic.io>
Thu, 10 Nov 2016 18:25:26 +0000 (13:25 -0500)
Patch by Elvis Pranskevichus.

Doc/c-api/exceptions.rst
Doc/library/struct.rst

index 25fb29c48c0838efd1de8a83d76dfdda5784332a..ee51791a907e0336563f1c0f2c938977c5193fa6 100644 (file)
@@ -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)
index 7e861fdeafdf6ad0ca4238f0c1058fe923a65dca..cc3017b5fcb3f13b4f077c75e14fcc585291aabd 100644 (file)
@@ -232,6 +232,10 @@ platform-dependent.
 .. versionchanged:: 3.3
    Added support for the ``'n'`` and ``'N'`` formats.
 
+.. versionchanged:: 3.6
+   Added support for the ``'e'`` format.
+
+
 Notes:
 
 (1)