mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
Add note on type/class unification.
This commit is contained in:
parent
e2c18e90da
commit
f86ddd2971
1 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,12 @@ Tests
|
||||||
|
|
||||||
Core
|
Core
|
||||||
|
|
||||||
|
- The type/class unification (PEP 252-253) was integrated into the
|
||||||
|
trunk and is not so tentative any more (the exact specification of
|
||||||
|
some features is still tentative). A lot of work has done on fixing
|
||||||
|
bugs and adding robustness and features (performance still has to
|
||||||
|
come a long way).
|
||||||
|
|
||||||
- Warnings about a mismatch in the Python API during extension import
|
- Warnings about a mismatch in the Python API during extension import
|
||||||
now use the Python warning framework (which makes it possible to
|
now use the Python warning framework (which makes it possible to
|
||||||
write filters for these warnings).
|
write filters for these warnings).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue