Add a NEWS entry for Issue #3247.

This commit is contained in:
Amaury Forgeot d'Arc 2008-07-02 23:02:21 +00:00
parent 87ce6d70ed
commit 612f61f0f0

View file

@ -24,6 +24,12 @@ Library
code of every single module of the standard library, including invalid files code of every single module of the standard library, including invalid files
used in the test suite. 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 Tools/Demos
----------- -----------