PEP 265, Sorting Dictionaries by Value, Grant Griffin

This commit is contained in:
Barry Warsaw 2001-08-14 23:07:50 +00:00
parent cb2305d6da
commit fcfb160406
1 changed files with 3 additions and 1 deletions

View File

@ -59,6 +59,7 @@ Index by Category
S 262 Database of Installed Python Packages Kuchling
S 263 Defining Python Source Code Encodings Lemburg
S 264 Future statements in simulated shells Hudson
S 265 Sorting Dictionaries by Value Griffin
Py-in-the-sky PEPs (not considered for Python 2.2)
@ -207,7 +208,7 @@ Numerical Index
S 262 Database of Installed Python Packages Kuchling
S 263 Defining Python Source Code Encodings Lemburg
S 264 Future statements in simulated shells Hudson
S 265 Sorting Dictionaries by Value Griffin
Key
@ -230,6 +231,7 @@ Owners
Dubois, Paul F. paul@pfdubois.com
Evans, Clark C. cce@clarkevans.com
Goodger, David dgoodger@bigfoot.com
Griffin, Grant g2@iowegian.com
Hudson, Michael mwh@python.net
Hylton, Jeremy jeremy@zope.com
Kuchling, Andrew akuchlin@mems-exchange.org