Commit Graph

6 Commits

Author SHA1 Message Date
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