summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-11-10 18:26:06 (GMT)
committerYury Selivanov <yury@magic.io>2016-11-10 18:26:06 (GMT)
commit69e0323ff2cf4ffff033e2c84bb056aac58fa81c (patch)
tree9eea4cae90a89fef3cc906b61c77e39d2d90cd11 /Doc
parent11ca7b5b8f6449137c90ea9c3e905378366aec58 (diff)
parent3479b5f888136f0f7a8cfefec074d8fa47aab39d (diff)
downloadcpython-69e0323ff2cf4ffff033e2c84bb056aac58fa81c.zip
cpython-69e0323ff2cf4ffff033e2c84bb056aac58fa81c.tar.gz
cpython-69e0323ff2cf4ffff033e2c84bb056aac58fa81c.tar.bz2
Merge 3.6 (issue #28635)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/c-api/exceptions.rst2
-rw-r--r--Doc/library/struct.rst4
2 files changed, 5 insertions, 1 deletions
diff --git a/Doc/c-api/exceptions.rst b/Doc/c-api/exceptions.rst
index 25fb29c..ee51791 100644
--- a/Doc/c-api/exceptions.rst
+++ b/Doc/c-api/exceptions.rst
@@ -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)
diff --git a/Doc/library/struct.rst b/Doc/library/struct.rst
index 7e861fd..cc3017b 100644
--- a/Doc/library/struct.rst
+++ b/Doc/library/struct.rst
@@ -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)