[Python-3000-checkins] r54437 - python/branches/p3yk/Misc/NEWS

georg.brandl python-3000-checkins at python.org
Sun Mar 18 21:18:34 CET 2007


Author: georg.brandl
Date: Sun Mar 18 21:18:31 2007
New Revision: 54437

Modified:
   python/branches/p3yk/Misc/NEWS
Log:
NEWS item for PEP 3115.


Modified: python/branches/p3yk/Misc/NEWS
==============================================================================
--- python/branches/p3yk/Misc/NEWS	(original)
+++ python/branches/p3yk/Misc/NEWS	Sun Mar 18 21:18:31 2007
@@ -28,6 +28,11 @@
 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.
 


More information about the Python-3000-checkins mailing list