[Python-checkins] CVS: python/nondist/peps pep-0253.txt,1.12,1.13

Guido van Rossum gvanrossum@users.sourceforge.net
Fri, 13 Jul 2001 12:48:09 -0700


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

Modified Files:
	pep-0253.txt 
Log Message:
Note to self.


Index: pep-0253.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0253.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** pep-0253.txt	2001/07/11 21:26:08	1.12
--- pep-0253.txt	2001/07/13 19:48:07	1.13
***************
*** 881,884 ****
--- 881,886 ----
        - class methods and static methods
  
+       - cooperative methods and super()
+ 
        - mapping between type object slots (tp_foo) and special methods
          (__foo__) (actually, this may belong in PEP 252)