Commit Graph

9 Commits

Author SHA1 Message Date
Georg Brandl 08ea236bbb Update not-so-old PEP URL. 2009-01-18 09:50:42 +00:00
Guido van Rossum 2ec984bd6b Note that dict comprehensionss were implemented in Py3k! 2008-12-03 00:55:07 +00:00
Brett Cannon 8dc0e19ce5 Make Barry Warsaw's name consistent. 2007-06-28 19:53:41 +00:00
Raymond Hettinger 873af4a927 With Barry's blessing, marking PEP 274 as withdrawn.
After genexps were introduced, it was no longer needed.
2005-06-17 02:13:11 +00:00
Barry Warsaw 99ab3d4e0c Setting my address back to barry@python.org for consistency and better
spam fighting defenses.
2003-09-22 04:51:50 +00:00
Barry Warsaw a74714dc36 dictionary() -> dict() 2001-10-31 15:50:36 +00:00
Barry Warsaw e678d918f3 Some rearrangements and fixes based on recent comments. 2001-10-31 15:09:55 +00:00
Barry Warsaw 7a5d23bb6b Updates and fixes based on community comments. Some of the examples
has bugs in them.  Also, they should use Python 2.2's {}.iteritems()
where appropriate.

Renamed and reorg'd the Open Issues section, with an entry about the
shortcut syntax, and a question about nested for loop.

Added a section on Implementation, noting Python 2.2's new dictionary
sequence-of-2-element-sequences constructor.
2001-10-29 18:46:59 +00:00
Barry Warsaw d00e0d7e3e PEP 274, Dict Comprehensions, Warsaw 2001-10-25 20:28:05 +00:00