| commit | 9534e14033f26b32ed75c02a6a51bfe47c7f16a9 | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Tue Jul 16 19:53:39 2002 +0000 |
| committer | Guido van Rossum <guido@python.org> | Tue Jul 16 19:53:39 2002 +0000 |
| tree | 513da854625dd519e38bd2b9231fc1e211d56db5 | |
| parent | 39c6116483bd7932cee220943e329c5994f62cc7 [diff] |
Record the decision that StopIteration is a sink state (see recent discussion in python-dev with subject "Termination of two-arg iter()"). Implementation will follow.