[Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.115,1.116 pep-0244.txt,1.2,1.3

Barry Warsaw bwarsaw@users.sourceforge.net
Tue, 14 Aug 2001 08:48:24 -0700


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

Modified Files:
	pep-0000.txt pep-0244.txt 
Log Message:
After yesterday's Pythonlabs meeting, the status of PEP 244 is changed
to 'rejected'.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.115
retrieving revision 1.116
diff -C2 -d -r1.115 -r1.116
*** pep-0000.txt	2001/08/14 15:45:26	1.115
--- pep-0000.txt	2001/08/14 15:48:22	1.116
***************
*** 53,57 ****
   S   241  pep-0241.txt  Metadata for Python Software Packages  Kuchling
   S   243  pep-0243.txt  Module Repository Upload Mechanism     Reifschneider
-  S   244  pep-0244.txt  The `directive' Statement              von Loewis
   S   254  pep-0254.txt  Making Classes Look More Like Types    van Rossum
   S   256  pep-0256.txt  Docstring Processing System Framework  Goodger
--- 53,56 ----
***************
*** 121,124 ****
--- 120,124 ----
   SR  231  pep-0231.txt  __findattr__()                         Warsaw
   SD  233  pep-0233.txt  Python Online Help                     Prescod
+  SR  244  pep-0244.txt  The `directive' Statement              von Loewis
   SR  259  pep-0259.txt  Omit printing newline after newline    van Rossum
  
***************
*** 186,190 ****
   S   242  pep-0242.txt  Numeric Kinds                          Dubois
   S   243  pep-0243.txt  Module Repository Upload Mechanism     Reifschneider
!  S   244  pep-0244.txt  The `directive' Statement              von Loewis
   S   245  pep-0245.txt  Python Interface Syntax                Pelletier
   S   246  pep-0246.txt  Object Adaptation                      Evans
--- 186,190 ----
   S   242  pep-0242.txt  Numeric Kinds                          Dubois
   S   243  pep-0243.txt  Module Repository Upload Mechanism     Reifschneider
!  SR  244  pep-0244.txt  The `directive' Statement              von Loewis
   S   245  pep-0245.txt  Python Interface Syntax                Pelletier
   S   246  pep-0246.txt  Object Adaptation                      Evans

Index: pep-0244.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0244.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pep-0244.txt	2001/07/05 19:20:16	1.2
--- pep-0244.txt	2001/08/14 15:48:22	1.3
***************
*** 3,7 ****
  Version: $Revision$
  Author: loewis@informatik.hu-berlin.de (Martin von Loewis)
! Status: Active
  Type: Standards Track
  Created: 20-Mar-2001
--- 3,7 ----
  Version: $Revision$
  Author: loewis@informatik.hu-berlin.de (Martin von Loewis)
! Status: Rejected
  Type: Standards Track
  Created: 20-Mar-2001