[Python-checkins] r84963 - python/branches/py3k/Doc/c-api/exceptions.rst
benjamin.peterson
python-checkins at python.org
Tue Sep 21 23:29:26 CEST 2010
Author: benjamin.peterson
Date: Tue Sep 21 23:29:26 2010
New Revision: 84963
Log:
note version
Modified:
python/branches/py3k/Doc/c-api/exceptions.rst
Modified: python/branches/py3k/Doc/c-api/exceptions.rst
==============================================================================
--- python/branches/py3k/Doc/c-api/exceptions.rst (original)
+++ python/branches/py3k/Doc/c-api/exceptions.rst Tue Sep 21 23:29:26 2010
@@ -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)
More information about the Python-checkins
mailing list