Commit Graph

18 Commits

Author SHA1 Message Date
Tim Peters 424238f1f7 SF patch 499062: Minor typo in test_generators.py.
There's no actual patch there.  It's an objection that Guido's example
doesn't actually generator "leaves", so change the comment that says
it does.
2002-03-10 07:59:28 +00:00
Barry Warsaw bc75a3f95b After Tim's last cleanup, this baby's Final. 2001-08-15 05:46:40 +00:00
Tim Peters af68e175a6 Tie a couple loose ends so Barry can put this to bed. 2001-08-15 04:40:23 +00:00
Tim Peters 67c021817d New text about "from __future__ import generators". 2001-07-17 04:28:28 +00:00
Barry Warsaw 786551c3db Use new acceptable practices for PEP references. 2001-07-05 19:20:16 +00:00
Tim Peters be63f6f87c Record that the CVS tree now has generator tests. 2001-06-24 07:13:11 +00:00
Tim Peters b931f96dea Typos. 2001-06-23 08:56:42 +00:00
Tim Peters 1eee9e2d60 Lotsa changes: more details and examples covering recent decisions wrt
return stmts, try/except, try/finally; more Q&A.  I expect this is the
last major revision of this PEP, so I'm going to post it again too.
2001-06-23 08:53:21 +00:00
Tim Peters e36f9bc8d8 Added BDFL Pronouncement on reusing "def". 2001-06-21 16:56:41 +00:00
Tim Peters de1820491f Added Q&A about "return". 2001-06-20 20:56:07 +00:00
Tim Peters db019e19e7 Add section explaining that yield *isn't* special wrt try/except/finally. 2001-06-20 20:32:56 +00:00
Tim Peters 195afdf22f Added brief section about exception propagation. 2001-06-20 19:08:20 +00:00
Tim Peters 156af4640f Record that the generator work is part of the regular CVS tree now. 2001-06-19 20:11:50 +00:00
Tim Peters f898c80976 Add branch-retrieval instructions, adapted from PEP 253. 2001-06-15 21:37:15 +00:00
Tim Peters 385aea3fb0 Added pointer to the gen-branch of the CVS tree. 2001-06-15 20:50:42 +00:00
Tim Peters c051fdc214 Minor changes; added "why a keyword?" Q&A; added Post-History. 2001-06-14 16:06:02 +00:00
Tim Peters 00522cd5dc Substantial rewriting. 2001-06-14 06:57:29 +00:00
Barry Warsaw 80e6bc7e2e Magnus Lie Hetland's first version of this pep. 2001-06-05 17:11:30 +00:00