[Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.49,1.50 pep-0207.txt,1.2,1.3 pep-0208.txt,1.1,1.2

Guido van Rossum python-dev@python.org
Tue, 28 Nov 2000 06:01:21 -0800


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

Modified Files:
	pep-0000.txt pep-0207.txt pep-0208.txt 
Log Message:
Update status; fix Zadka's co-ownership of 207/208.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -r1.49 -r1.50
*** pep-0000.txt	2000/11/22 19:17:36	1.49
--- pep-0000.txt	2000/11/28 14:01:17	1.50
***************
*** 32,37 ****
  
   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
   S   222  pep-0222.txt  Web Library Enhancements               Kuchling
--- 32,38 ----
  
   I    42  pep-0042.txt  Small Feature Requests                 Hylton
!  SD  205  pep-0205.txt  Weak References                        Drake
!  S   207  pep-0207.txt  Rich Comparisons                       Lemburg
!  S   208  pep-0208.txt  Reworking the Coercion Model           Ascher, Zadka
   S   217  pep-0217.txt  Display Hook for Interactive Use       Zadka
   S   222  pep-0222.txt  Web Library Enhancements               Kuchling
***************
*** 39,42 ****
--- 40,44 ----
   S   227  pep-0227.txt  Statically Nested Scopes               Hylton
   S   229  pep-0229.txt  Using Distutils to Build Python        Kuchling
+  I   216  pep-0216.txt  Docstring Format                       Zadka
  
   Pie-in-the-sky PEPs (not ready; may become active yet)
***************
*** 46,49 ****
--- 48,52 ----
   SD  212  pep-0212.txt  Loop Counter Iteration                 Schneider-Kamp
   SD  213  pep-0213.txt  Attribute Access Handlers              Prescod
+  SD  218  pep-0218.txt  Adding a Built-In Set Object Type      Wilson
   SD  224  pep-0224.txt  Attribute Docstrings                   Lemburg
   SD  225  pep-0225.txt  Elementwise/Objectwise Operators       Zhu, Lielens
***************
*** 52,57 ****
   Incomplete PEPs (only an abstract)
  
-  SD  205  pep-0205.txt  Weak References                        Drake
-  SD  218  pep-0218.txt  Adding a Built-In Set Object Type      Wilson
   SD  219  pep-0219.txt  Stackless Python                       McMillan
   I   220  pep-0220.txt  Coroutines, Generators, Continuations  McMillan
--- 55,58 ----
***************
*** 62,66 ****
   SD  210  pep-0210.txt  Decoupling the Interpreter Loop        Ascher
   SD  215  pep-0215.txt  String Interpolation                   Yee
-  I   216  pep-0216.txt  Docstring Format                       Zadka
  
   Finished PEPs (done, implemented)
--- 63,66 ----

Index: pep-0207.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0207.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** pep-0207.txt	2000/11/06 18:21:58	1.2
--- pep-0207.txt	2000/11/28 14:01:17	1.3
***************
*** 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
--- 2,6 ----
  Title: Rich Comparisions
  Version: $Revision$
! Owner: mal@lemburg.com (Marc-Andre Lemburg)
  Python-Version: 2.1
  Status: Incomplete

Index: pep-0208.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0208.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** pep-0208.txt	2000/07/15 23:28:27	1.1
--- pep-0208.txt	2000/11/28 14:01:17	1.2
***************
*** 2,6 ****
  Title: Reworking the Coercion Model
  Version: $Revision$
! Owner: davida@activestate.com (David Ascher)
  Python-Version: 2.1
  Status: Incomplete
--- 2,6 ----
  Title: Reworking the Coercion Model
  Version: $Revision$
! Owner: davida@activestate.com (David Ascher), pep@zadka.site.co.il (Moshe Zadka) 
  Python-Version: 2.1
  Status: Incomplete