From f42cc45f1b4c7a1e21d86abbccdb1aa9185cbaab Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 3 May 2001 04:39:10 +0000 Subject: The general iteration support is part of 2.2, not 2.1 -- fixed the version annotations! Also fixed a typo noted by Neil S. --- Doc/lib/libexcs.tex | 1 + 1 file changed, 1 insertion(+) (limited to 'Doc/lib/libexcs.tex') diff --git a/Doc/lib/libexcs.tex b/Doc/lib/libexcs.tex index eb043fcaba..7e34bd0a36 100644 --- a/Doc/lib/libexcs.tex +++ b/Doc/lib/libexcs.tex @@ -243,6 +243,7 @@ Raised when an \keyword{assert} statement fails. This is derived from \exception{Exception} rather than \exception{StandardError}, since this is not considered an error in its normal application. + \versionadded{2.2} \end{excdesc} \begin{excdesc}{SyntaxError} -- cgit v1.2.1