Commit Graph

4 Commits

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