diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-07-02 23:02:21 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-07-02 23:02:21 (GMT) |
commit | 612f61f0f054a878dee308d93c2a9d204a81a260 (patch) | |
tree | 3449b173999f41e7e090f31089f6852f51146901 /Misc | |
parent | 87ce6d70edcdb74c3baef9ca589542282bc0adf0 (diff) | |
download | cpython-612f61f0f054a878dee308d93c2a9d204a81a260.zip cpython-612f61f0f054a878dee308d93c2a9d204a81a260.tar.gz cpython-612f61f0f054a878dee308d93c2a9d204a81a260.tar.bz2 |
Add a NEWS entry for Issue #3247.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -24,6 +24,12 @@ Library code of every single module of the standard library, including invalid files used in the test suite. +C API +----- + +- Issue #3247: the function Py_FindMethod was removed. Modern types should + use the tp_methods slot instead. + Tools/Demos ----------- |