commit | a8e0827614aec90a4ca887ac379b47f7dd37f206 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Mon May 07 17:47:07 2001 +0000 |
committer | Fred Drake <fdrake@acm.org> | Mon May 07 17:47:07 2001 +0000 |
tree | a8d29051bba0ef16239f35d929cbcb292aff808c | |
parent | dbcaeda79a7ba2c4b41462b32f1e60201b523eea [diff] |
Hmm... better add a version annotation for the Iterator Protocol section.
diff --git a/Doc/api/api.tex b/Doc/api/api.tex index b441c4a..07a2263 100644 --- a/Doc/api/api.tex +++ b/Doc/api/api.tex
@@ -2092,6 +2092,8 @@ \section{Iterator Protocol \label{iterator}} +\versionadded{2.2} + There are only a couple of functions specifically for working with iterators.