[Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.50,1.51 pep-0207.txt,1.3,1.4

Guido van Rossum python-dev@python.org
Tue, 28 Nov 2000 14:13:47 -0800


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

Modified Files:
	pep-0000.txt pep-0207.txt 
Log Message:
Demoted 216 (docstring format) and 229 (using distutils to build) to
pie-in-the-sky.  Reasons: 216 is NOT the consensus of the doc-sig; 229
is not sufficiently worked out and doesn't seem a priority.  (This can
still make it into 2.1 if the author does the work.)

Added GvR as co-author for 207 (rich comparisons).



Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -r1.50 -r1.51
*** pep-0000.txt	2000/11/28 14:01:17	1.50
--- pep-0000.txt	2000/11/28 22:13:44	1.51
***************
*** 33,37 ****
   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
--- 33,37 ----
   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, van Rossum
   S   208  pep-0208.txt  Reworking the Coercion Model           Ascher, Zadka
   S   217  pep-0217.txt  Display Hook for Interactive Use       Zadka
***************
*** 39,44 ****
   I   226  pep-0226.txt  Python 2.1 Release Schedule            Hylton
   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)
--- 39,42 ----
***************
*** 48,55 ****
--- 46,55 ----
   SD  212  pep-0212.txt  Loop Counter Iteration                 Schneider-Kamp
   SD  213  pep-0213.txt  Attribute Access Handlers              Prescod
+  I   216  pep-0216.txt  Docstring Format                       Zadka
   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
   S   228  pep-0228.txt  Reworking Python's Numeric Model       Zadka
+  S   229  pep-0229.txt  Using Distutils to Build Python        Kuchling
  
   Incomplete PEPs (only an abstract)
***************
*** 151,154 ****
--- 151,155 ----
      Prescod, Paul            paul@prescod.net
      Raymond, Eric            esr@snark.thyrsus.com
+     van Rossum, Guido        guido@python.org
      Schneider-Kamp, Peter    nownder@nowonder.de
      Warsaw, Barry            barry@digicool.com

Index: pep-0207.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0207.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** pep-0207.txt	2000/11/28 14:01:17	1.3
--- pep-0207.txt	2000/11/28 22:13:45	1.4
***************
*** 2,6 ****
  Title: Rich Comparisions
  Version: $Revision$
! Owner: mal@lemburg.com (Marc-Andre Lemburg)
  Python-Version: 2.1
  Status: Incomplete
--- 2,6 ----
  Title: Rich Comparisions
  Version: $Revision$
! Owner: mal@lemburg.com (Marc-Andre Lemburg), guido@python.org (Guido van Rossum)
  Python-Version: 2.1
  Status: Incomplete