From: Fred Drake Date: Mon, 7 May 2001 17:47:07 +0000 (+0000) Subject: Hmm... better add a version annotation for the Iterator Protocol section. X-Git-Tag: v2.2a3~1896 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a8e0827614aec90a4ca887ac379b47f7dd37f206;p=thirdparty%2FPython%2Fcpython.git Hmm... better add a version annotation for the Iterator Protocol section. --- diff --git a/Doc/api/api.tex b/Doc/api/api.tex index b441c4a0927c..07a226381c5c 100644 --- a/Doc/api/api.tex +++ b/Doc/api/api.tex @@ -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.