C3 is checked in.
This commit is contained in:
parent
a9690f7bcd
commit
54f47ce2f0
|
@ -123,6 +123,11 @@ Completed features for 2.3
|
||||||
(Documentation and unit tests still pending.)
|
(Documentation and unit tests still pending.)
|
||||||
http://www.python.org/sf/578494
|
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
|
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
|
feedback to python-dev@python.org; I hope to maintain this for the
|
||||||
life of the 2.3 development process.
|
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
|
- For a class defined inside another class, the __name__ should be
|
||||||
"outer.inner", and pickling should work.
|
"outer.inner", and pickling should work.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue