diff options
author | Fred Drake <fdrake@acm.org> | 2001-05-07 17:47:07 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-05-07 17:47:07 (GMT) |
commit | a8e0827614aec90a4ca887ac379b47f7dd37f206 (patch) | |
tree | a8d29051bba0ef16239f35d929cbcb292aff808c /Doc/api | |
parent | dbcaeda79a7ba2c4b41462b32f1e60201b523eea (diff) | |
download | cpython-a8e0827614aec90a4ca887ac379b47f7dd37f206.zip cpython-a8e0827614aec90a4ca887ac379b47f7dd37f206.tar.gz cpython-a8e0827614aec90a4ca887ac379b47f7dd37f206.tar.bz2 |
Hmm... better add a version annotation for the Iterator Protocol section.
Diffstat (limited to 'Doc/api')
-rw-r--r-- | Doc/api/api.tex | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ 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. |