commit | b5d23b4dfc8a4edef01971c9985a4300b28f536b | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Sep 21 21:29:26 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Sep 21 21:29:26 2010 +0000 |
tree | af02394c361536021428f957627f34ef662756cd | |
parent | 0dc97ed18d0d261b87ea9714e2432d6595b2fa9b [diff] [blame] |
note version
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 @@ 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)