From 801dd736531f7d6db57a1dab80fe6daa37e0a0b0 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 18 Mar 2007 20:18:31 +0000 Subject: NEWS item for PEP 3115. --- Misc/NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index e7ac139..adaf180 100644 --- 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. -- cgit v0.12