From: Benjamin Peterson Date: Tue, 21 Sep 2010 21:29:26 +0000 (+0000) Subject: note version X-Git-Tag: v3.2a3~172 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b5d23b4dfc8a4edef01971c9985a4300b28f536b;p=thirdparty%2FPython%2Fcpython.git note version --- diff --git a/Doc/c-api/exceptions.rst b/Doc/c-api/exceptions.rst index 899666f1f865..367ba3e69170 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)