diff options
author | Guido van Rossum <guido@python.org> | 2001-08-17 21:21:04 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-08-17 21:21:04 +0000 |
commit | f86ddd2971bfba34483ecce2b6e434a58b56ff93 (patch) | |
tree | 55af10b75a1f9029a31d74406f916ffa3ce7a551 /Misc | |
parent | e2c18e90dace36a90b5aa83b8974a5fac8f67e43 (diff) | |
download | cpython-git-f86ddd2971bfba34483ecce2b6e434a58b56ff93.tar.gz |
Add note on type/class unification.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -23,6 +23,12 @@ Tests 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 now use the Python warning framework (which makes it possible to write filters for these warnings). |