[Python-checkins] python/nondist/peps pep-0283.txt,1.22,1.23

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Thu, 14 Nov 2002 11:56:56 -0800


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

Modified Files:
	pep-0283.txt 
Log Message:
C3 is checked in.


Index: pep-0283.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0283.txt,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** pep-0283.txt	14 Nov 2002 17:05:36 -0000	1.22
--- pep-0283.txt	14 Nov 2002 19:56:53 -0000	1.23
***************
*** 124,127 ****
--- 124,132 ----
        http://www.python.org/sf/578494
  
+     - A modified MRO (Method Resolution Order) algorithm.  Consensus
+       is that we should adopt C3.  Samuele Pedroni has contributed a
+       draft implementation in C, see http://www.python.org/sf/619475
+       This has now been checked in.
+ 
  
  Planned features for 2.3
***************
*** 135,142 ****
      feedback to python-dev@python.org; I hope to maintain this for the
      life of the 2.3 development process.
- 
-     - A modified MRO (Method Resolution Order) algorithm.  Consensus
-       is that we should adopt C3.  Samuele Pedroni has contributed a
-       draft implementation in C, see http://www.python.org/sf/619475
  
      - For a class defined inside another class, the __name__ should be
--- 140,143 ----