[Python-3000] PEP 3106: Revamping dict.keys(), .values() and .items() (original) (raw)
Guido van Rossum guido at python.org
Wed Dec 20 06:47:23 CET 2006
- Previous message: [Python-3000] versionadded/versionchanged in doc
- Next message: [Python-3000] PEP 3106: Revamping dict.keys(), .values() and .items()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I've written a quick version of PEP 3106, which expresses my ideas about how the dict methods to access keys, values and items should be redone.
The text is in svn: http://svn.python.org/view/peps/trunk/pep-3106.txt?rev=53096&view=markup
At some point it will appear on python.org: http://python.org/dev/peps/pep-3106/
Comments please? (Or we can skip the comments and go straight to the implementation stage. Patch anyone?)
-- --Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-3000] versionadded/versionchanged in doc
- Next message: [Python-3000] PEP 3106: Revamping dict.keys(), .values() and .items()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]