[Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.122,1.123

Barry Warsaw bwarsaw@users.sourceforge.net
Tue, 14 Aug 2001 16:07:52 -0700


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv1135

Modified Files:
	pep-0000.txt 
Log Message:
PEP 265, Sorting Dictionaries by Value, Grant Griffin


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.122
retrieving revision 1.123
diff -C2 -d -r1.122 -r1.123
*** pep-0000.txt	2001/08/14 22:24:06	1.122
--- pep-0000.txt	2001/08/14 23:07:50	1.123
***************
*** 60,63 ****
--- 60,64 ----
   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)
***************
*** 208,212 ****
   S   263  Defining Python Source Code Encodings        Lemburg
   S   264  Future statements in simulated shells        Hudson
! 
  
  Key
--- 209,213 ----
   S   263  Defining Python Source Code Encodings        Lemburg
   S   264  Future statements in simulated shells        Hudson
!  S   265  Sorting Dictionaries by Value                Griffin
  
  Key
***************
*** 231,234 ****
--- 232,236 ----
      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