Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d35e970 commit 801dd73Copy full SHA for 801dd73
1 file changed
Misc/NEWS
@@ -28,6 +28,11 @@ TO DO
28
Core and Builtins
29
-----------------
30
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
+
36
- The long-deprecated argument "pend" of PyFloat_FromString() has been
37
removed.
38
0 commit comments