[Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.46,1.47 pep-0207.txt,1.1,1.2

Moshe Zadka python-dev@python.org
Mon, 6 Nov 2000 10:22:01 -0800


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv5783

Modified Files:
	pep-0000.txt pep-0207.txt 
Log Message:
Changed ownership to MAL and me.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -r1.46 -r1.47
*** pep-0000.txt	2000/11/06 00:44:34	1.46
--- pep-0000.txt	2000/11/06 18:21:58	1.47
***************
*** 32,36 ****
  
   I    42  pep-0042.txt  Small Feature Requests                 Hylton
!  S   207  pep-0207.txt  Rich Comparisons                       Ascher
   S   208  pep-0208.txt  Reworking the Coercion Model           Ascher
   S   217  pep-0217.txt  Display Hook for Interactive Use       Zadka
--- 32,36 ----
  
   I    42  pep-0042.txt  Small Feature Requests                 Hylton
!  S   207  pep-0207.txt  Rich Comparisons                       Zadka, Lemburg
   S   208  pep-0208.txt  Reworking the Coercion Model           Ascher
   S   217  pep-0217.txt  Display Hook for Interactive Use       Zadka
***************
*** 100,104 ****
   SD  205  pep-0205.txt  Weak References                        Drake
   I   206  pep-0206.txt  2.0 Batteries Included                 Zadka
!  S   207  pep-0207.txt  Rich Comparisons                       Ascher
   S   208  pep-0208.txt  Reworking the Coercion Model           Ascher
   SD  209  pep-0209.txt  Adding Multidimensional Arrays         Ascher
--- 100,104 ----
   SD  205  pep-0205.txt  Weak References                        Drake
   I   206  pep-0206.txt  2.0 Batteries Included                 Zadka
!  S   207  pep-0207.txt  Rich Comparisons                       Zadka, Lemburg
   S   208  pep-0208.txt  Reworking the Coercion Model           Ascher
   SD  209  pep-0209.txt  Adding Multidimensional Arrays         Ascher

Index: pep-0207.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0207.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** pep-0207.txt	2000/07/15 23:28:27	1.1
--- pep-0207.txt	2000/11/06 18:21:58	1.2
***************
*** 2,6 ****
  Title: Rich Comparisions
  Version: $Revision$
! Owner: davida@activestate.com (David Ascher)
  Python-Version: 2.1
  Status: Incomplete
--- 2,6 ----
  Title: Rich Comparisions
  Version: $Revision$
! Owner: mal@lemburg.com (Marc-Andre Lemburg), pep@zadka.site.co.il (Moshe Zadka) 
  Python-Version: 2.1
  Status: Incomplete