C3 is checked in.

This commit is contained in:
Guido van Rossum 2002-11-14 19:56:53 +00:00
parent a9690f7bcd
commit 54f47ce2f0
1 changed files with 5 additions and 4 deletions

View File

@ -123,6 +123,11 @@ Completed features for 2.3
(Documentation and unit tests still pending.)
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,10 +140,6 @@ Planned features for 2.3
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
"outer.inner", and pickling should work.