Commit Graph

8 Commits

Author SHA1 Message Date
Guido van Rossum 072638b586 Add (minimal) discussion about restartability. 2001-04-27 15:33:02 +00:00
Guido van Rossum 619a17e425 BDFL pronouncement on next() vs. __next__() vs. __call__().
Add mailing list pointers.

Add discussion on "once-stopped-always-stopped".
2001-04-27 15:26:54 +00:00
Guido van Rossum 8026ee6829 Added some more discussion. 2001-04-26 21:50:09 +00:00
Guido van Rossum bc657d06b6 Adding MAL's comment about next() vs. __next__(). 2001-04-26 13:39:59 +00:00
Guido van Rossum 75110765c1 Add discussion about next() vs. __next__(). So far I'm liking next()
jut fine.
2001-04-23 20:04:59 +00:00
Guido van Rossum 31a363c4f5 Almost completely rewritten, focusing on documenting the current state
of affairs, filling in some things still under discussion.

Ping, I hope this is okay with you.  If you want to revive "for
keys:values in dict" etc., you'll write a separate PEP, right?
2001-04-23 18:31:46 +00:00
Fred Drake 49e6e98d67 Fix the PEP number in the header. 2001-02-19 06:08:07 +00:00
Ka-Ping Yee f6828bb85b Initial draft of "Iterators" PEP. 2001-02-04 04:36:37 +00:00