[Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.55,1.56

Guido van Rossum python-dev@python.org
Fri, 8 Dec 2000 07:05:12 -0800


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

Modified Files:
	pep-0000.txt 
Log Message:
__findattr__ is rejected -- the idea is too uncooked and you actually
*can* do most of this with __getattr__.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -r1.55 -r1.56
*** pep-0000.txt	2000/12/05 03:31:13	1.55
--- pep-0000.txt	2000/12/08 15:05:09	1.56
***************
*** 40,44 ****
   S   227  pep-0227.txt  Statically Nested Scopes               Hylton
   S   230  pep-0230.txt  Warning Framework                      van Rossum
-  S   231  pep-0231.txt  __findattr__()                         Warsaw
  
   Pie-in-the-sky PEPs (not ready; may become active yet)
--- 40,43 ----
***************
*** 80,83 ****
--- 79,83 ----
  
   SR  204  pep-0204.txt  Range Literals                         Wouters
+  SR  231  pep-0231.txt  __findattr__()                         Warsaw
  
  
***************
*** 127,131 ****
   S   229  pep-0229.txt  Using Distutils to Build Python        Kuchling
   S   230  pep-0230.txt  Warning Framework                      van Rossum
!  S   231  pep-0231.txt  __findattr__()                         Warsaw
  
  Key
--- 127,131 ----
   S   229  pep-0229.txt  Using Distutils to Build Python        Kuchling
   S   230  pep-0230.txt  Warning Framework                      van Rossum
!  SR  231  pep-0231.txt  __findattr__()                         Warsaw
  
  Key