From b5d23b4dfc8a4edef01971c9985a4300b28f536b Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 21 Sep 2010 21:29:26 +0000 Subject: [PATCH] note version --- Doc/c-api/exceptions.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/c-api/exceptions.rst b/Doc/c-api/exceptions.rst index 899666f1f8..367ba3e691 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) -- 2.40.0