]> granicus.if.org Git - python/commitdiff
Add note on type/class unification.
authorGuido van Rossum <guido@python.org>
Fri, 17 Aug 2001 21:21:04 +0000 (21:21 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 17 Aug 2001 21:21:04 +0000 (21:21 +0000)
Misc/NEWS

index 28f3492a06faea0fdcd8be13bf7453bace9006bd..fe8eef3a3593ebce704bad201c0ef9ba95cef55b 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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).