mirror of
https://github.com/python/cpython.git
synced 2025-11-04 03:44:55 +00:00
NEWS item for PEP 3115.
This commit is contained in:
parent
d35e970b58
commit
801dd73653
1 changed files with 5 additions and 0 deletions
|
|
@ -28,6 +28,11 @@ TO DO
|
||||||
Core and Builtins
|
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
|
- The long-deprecated argument "pend" of PyFloat_FromString() has been
|
||||||
removed.
|
removed.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue