mirror of https://github.com/python/cpython.git
Hmm... better add a version annotation for the Iterator Protocol section.
This commit is contained in:
parent
dbcaeda79a
commit
a8e0827614
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue