diff options
author | Georg Brandl <georg@python.org> | 2007-03-18 20:18:31 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-03-18 20:18:31 (GMT) |
commit | 801dd736531f7d6db57a1dab80fe6daa37e0a0b0 (patch) | |
tree | c6ade9a9c00817bcba744636b016867c1b817926 /Misc/NEWS | |
parent | d35e970b5894a461ed95d30e8ad17676babbea6e (diff) | |
download | cpython-801dd736531f7d6db57a1dab80fe6daa37e0a0b0.zip cpython-801dd736531f7d6db57a1dab80fe6daa37e0a0b0.tar.gz cpython-801dd736531f7d6db57a1dab80fe6daa37e0a0b0.tar.bz2 |
NEWS item for PEP 3115.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |