mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
The general iteration support is part of 2.2, not 2.1 -- fixed the version
annotations! Also fixed a typo noted by Neil S.
This commit is contained in:
parent
9cfe1824c2
commit
f42cc45f1b
2 changed files with 3 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue