Hmm... better add a version annotation for the Iterator Protocol section.

This commit is contained in:
Fred Drake 2001-05-07 17:47:07 +00:00
parent dbcaeda79a
commit a8e0827614
1 changed files with 2 additions and 0 deletions

View File

@ -2092,6 +2092,8 @@ statement \samp{\var{o}[\var{key}] = \var{v}}.
\section{Iterator Protocol \label{iterator}}
\versionadded{2.2}
There are only a couple of functions specifically for working with
iterators.