summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-09-21 21:29:26 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-09-21 21:29:26 (GMT)
commitb5d23b4dfc8a4edef01971c9985a4300b28f536b (patch)
treeaf02394c361536021428f957627f34ef662756cd /Doc
parent0dc97ed18d0d261b87ea9714e2432d6595b2fa9b (diff)
downloadcpython-b5d23b4dfc8a4edef01971c9985a4300b28f536b.zip
cpython-b5d23b4dfc8a4edef01971c9985a4300b28f536b.tar.gz
cpython-b5d23b4dfc8a4edef01971c9985a4300b28f536b.tar.bz2
note version
Diffstat (limited to 'Doc')
-rw-r--r--Doc/c-api/exceptions.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/c-api/exceptions.rst b/Doc/c-api/exceptions.rst
index 899666f..367ba3e 100644
--- a/Doc/c-api/exceptions.rst
+++ b/Doc/c-api/exceptions.rst
@@ -301,6 +301,8 @@ in various ways. There is a separate error indicator for each thread.
attributes, which make the exception printing subsystem think the exception
is a :exc:`SyntaxError`.
+.. versionadded:: 3.2
+
.. cfunction:: void PyErr_SyntaxLocation(char *filename, int lineno)