From a8e0827614aec90a4ca887ac379b47f7dd37f206 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 7 May 2001 17:47:07 +0000 Subject: [PATCH] Hmm... better add a version annotation for the Iterator Protocol section. --- Doc/api/api.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/api/api.tex b/Doc/api/api.tex index b441c4a0927..07a226381c5 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.