[Python-3000] PEP 3106: Revamping dict.keys(), .values() and .items() (original) (raw)
Tony Lownds tony at PageDNA.com
Sat Dec 23 18:05:51 CET 2006
- Previous message: [Python-3000] PEP 3106: Revamping dict.keys(), .values() and .items()
- Next message: [Python-3000] PEP 3106: Revamping dict.keys(), .values() and .items()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Dec 22, 2006, at 9:49 PM, Guido van Rossum wrote:
- Talin asked for values to be list-like ... I really don't want them to be list-like since that implies an ordering
Will iter(keys()) and iter(values()) have the same relative order, as
they do
today?
Ie, d == dict(zip(d.keys(), d.values()))
-Tony
- Previous message: [Python-3000] PEP 3106: Revamping dict.keys(), .values() and .items()
- Next message: [Python-3000] PEP 3106: Revamping dict.keys(), .values() and .items()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]