Commit 801dd736 authored by Georg Brandl's avatar Georg Brandl

NEWS item for PEP 3115.

parent d35e970b
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment