[Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.96,1.97 pep-0259.txt,1.1,1.2

Guido van Rossum gvanrossum@users.sourceforge.net
Wed, 13 Jun 2001 09:22:07 -0700


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

Modified Files:
	pep-0000.txt pep-0259.txt 
Log Message:
PEP 259 rejected by user community with record unanimity.

Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.96
retrieving revision 1.97
diff -C2 -r1.96 -r1.97
*** pep-0000.txt	2001/06/11 20:07:37	1.96
--- pep-0000.txt	2001/06/13 16:22:05	1.97
***************
*** 61,65 ****
   S   257  pep-0257.txt  Docstring Conventions                  Goodger
   S   258  pep-0258.txt  DPS Generic Implementation Details     Goodger
-  S   259  pep-0259.txt  Omit printing newline after newline    van Rossum
  
   Py-in-the-sky PEPs (not ready; may become active yet)
--- 61,64 ----
***************
*** 109,113 ****
   SR  224  pep-0224.txt  Attribute Docstrings                   Lemburg
   SR  231  pep-0231.txt  __findattr__()                         Warsaw
!  S   233  pep-0233.txt  Python Online Help                     Prescod
  
  
--- 108,113 ----
   SR  224  pep-0224.txt  Attribute Docstrings                   Lemburg
   SR  231  pep-0231.txt  __findattr__()                         Warsaw
!  SD  233  pep-0233.txt  Python Online Help                     Prescod
!  SR  259  pep-0259.txt  Omit printing newline after newline    van Rossum
  
  
***************
*** 160,164 ****
   SR  231  pep-0231.txt  __findattr__()                         Warsaw
   SF  232  pep-0232.txt  Function Attributes                    Warsaw
!  S   233  pep-0233.txt  Python Online Help                     Prescod
   S   234  pep-0234.txt  Iterators                              Yee, van Rossum
   SF  235  pep-0235.txt  Import on Case-Insensitive Platforms   Peters
--- 160,164 ----
   SR  231  pep-0231.txt  __findattr__()                         Warsaw
   SF  232  pep-0232.txt  Function Attributes                    Warsaw
!  SD  233  pep-0233.txt  Python Online Help                     Prescod
   S   234  pep-0234.txt  Iterators                              Yee, van Rossum
   SF  235  pep-0235.txt  Import on Case-Insensitive Platforms   Peters
***************
*** 186,190 ****
   S   257  pep-0257.txt  Docstring Conventions                  Goodger
   S   258  pep-0258.txt  DPS Generic Implementation Details     Goodger
!  S   259  pep-0259.txt  Omit printing newline after newline    van Rossum
  
  
--- 186,190 ----
   S   257  pep-0257.txt  Docstring Conventions                  Goodger
   S   258  pep-0258.txt  DPS Generic Implementation Details     Goodger
!  SR  259  pep-0259.txt  Omit printing newline after newline    van Rossum
  
  

Index: pep-0259.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0259.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** pep-0259.txt	2001/06/11 20:07:37	1.1
--- pep-0259.txt	2001/06/13 16:22:05	1.2
***************
*** 3,7 ****
  Version: $Revision$
  Author: guido@python.org (Guido van Rossum)
! Status: Draft
  Type: Standards Track
  Python-Version: 2.2
--- 3,7 ----
  Version: $Revision$
  Author: guido@python.org (Guido van Rossum)
! Status: Rejected
  Type: Standards Track
  Python-Version: 2.2
***************
*** 108,111 ****
--- 108,123 ----
  
          http://sourceforge.net/tracker/index.php?func=detail&aid=432183&group_id=5470&atid=305470
+ 
+ 
+ Rejected
+ 
+     The user community unanimously rejected this, so I won't pursue
+     this idea any further.  Frequently heard arguments against
+     included:
+ 
+     - It it likely to break thousands of CGI scripts.
+ 
+     - Enough magic already (also: no more tinkering with 'print'
+       please).