Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 801dd73

Browse files
committed
NEWS item for PEP 3115.
1 parent d35e970 commit 801dd73

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ TO DO
2828
Core and Builtins
2929
-----------------
3030

31+
- PEP 3115: new metaclasses: the metaclass is now specified as a
32+
keyword arg in the class statement, which can now use the full syntax of
33+
a parameter list. Also, the metaclass can implement a __prepare__ function
34+
which will be called to create the dictionary for the new class namespace.
35+
3136
- The long-deprecated argument "pend" of PyFloat_FromString() has been
3237
removed.
3338

0 commit comments

Comments
 (0)