Commit Graph

19 Commits

Author SHA1 Message Date
Georg Brandl f9088d9bcc Update old PEP URL. 2009-01-18 09:47:54 +00:00
Brett Cannon c33689e5ec Make Raymond Hettinger's name consistent. 2007-06-28 19:44:20 +00:00
Brett Cannon d8f50e991b De-obfuscate emails where the author had their address already listed without
obfuscation.  Also, the HTML output of PEPs already obfuscates the address and
thus it is not needed in the text version.
2007-06-20 19:19:26 +00:00
George Yoshida 36abb0678f Typo fix 2006-05-06 13:30:38 +00:00
Raymond Hettinger 9f10890b0b Small update. 2004-07-12 14:39:54 +00:00
Andrew M. Kuchling 469498ea6e Typo fixes 2004-07-03 22:26:41 +00:00
Raymond Hettinger b8c832a6fa Clarify when the iter() is called. 2004-05-20 22:57:01 +00:00
Raymond Hettinger 18428862ff Various PEP updates mostly related to generator expressions. 2004-05-19 21:18:55 +00:00
Raymond Hettinger 6733f21058 Mark PEP 289 as accepted. 2003-10-28 18:06:32 +00:00
Raymond Hettinger 068cdefc0d Fix typo 2003-10-24 01:29:14 +00:00
Raymond Hettinger a1471d7250 Fix typo 2003-10-23 17:02:11 +00:00
Raymond Hettinger 851181bca6 Remove discussion of loop variables in the form x[a] or x.a.
Deprecation of that form is a subject encompassing all for-loop constructs
and is not specific to this PEP.  Also, most people are not aware that those
forms are even possible, so it is prudent to not even bring it up as that
would inevitably increase the number of people trying it in their code.
2003-10-23 16:17:29 +00:00
David Goodger 326a56a0f3 fixed list indentation; status: Draft is correct 2003-10-23 12:51:30 +00:00
Just van Rossum 59156b6c63 Fixed typo in Norvig's URL 2003-10-23 08:10:05 +00:00
Guido van Rossum f7361e1f66 Add lots of detail and examples to the Details section. Free
variables are now captured at definition time.
2003-10-23 06:36:37 +00:00
Raymond Hettinger 1a2ad824e4 * Remove claim to minimize use of reduce()
* Add claim to minimize use of lambda.
* Remove details of proposed new accumulator functions.
* Reference Jeff Epler's proof-of-concept patch.
* Minor wording improvements everywhere.
2003-10-22 22:08:06 +00:00
Raymond Hettinger a08117dee0 Resurrect the PEP on generator expressions 2003-10-22 18:09:36 +00:00
Raymond Hettinger a39ade7094 Reference Tzot's patch 2003-08-30 23:57:36 +00:00
Barry Warsaw 6e3289542e PEP 289, Generator Comprehensions, Raymond Hettinger 2002-04-08 15:51:17 +00:00