Commit Graph

6 Commits

Author SHA1 Message Date
Raymond Hettinger df82c82ddc Withdraw 288 in favor of 343. 2005-06-15 16:34:03 +00:00
Raymond Hettinger f868ba34f0 Simplify the proposal for gen.throw(). 2005-01-03 04:59:21 +00:00
Raymond Hettinger 9198b9cf32 Update for Py2.5. 2005-01-02 21:41:54 +00:00
Raymond Hettinger 6f035a5ce2 Revise and undefer PEP 288: Generator Attributes and Exceptions
Eliminated the original idea of passing arguments through gen.next().
Eliminated the alternative idea of using gen.submit(data).
Replaced with a developed version of generator attributes.
Left the discussion of exceptions essentially unchanged.
2002-11-18 10:40:44 +00:00
Fred Drake 529701291f Update PEP URLs to prefer www.python.org. 2002-04-05 19:42:56 +00:00
Barry Warsaw 91e98eae56 PEP 288, Generators Attributes and Exceptions, Hettinger 2002-04-01 16:10:19 +00:00