]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
NEWS item for PEP 3115.
authorGeorg Brandl <georg@python.org>
Sun, 18 Mar 2007 20:18:31 +0000 (20:18 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 18 Mar 2007 20:18:31 +0000 (20:18 +0000)
Misc/NEWS

index e7ac139ceb5129dc7af31d0a5024ab523a105c1b..adaf180e6d47640fc2b4321ff90fd4a613e1add9 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,6 +28,11 @@ TO DO
 Core and Builtins
 -----------------
 
+- PEP 3115: new metaclasses: the metaclass is now specified as a
+  keyword arg in the class statement, which can now use the full syntax of
+  a parameter list. Also, the metaclass can implement a __prepare__ function
+  which will be called to create the dictionary for the new class namespace.
+
 - The long-deprecated argument "pend" of PyFloat_FromString() has been
   removed.